Html Css Color HEX #75AB47 Apple

📋 copy color: '#75AB47'

red 117 ◦ green 171 ◦ blue 71

#75AB47
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Apple #75AB47

Tints of Apple #75AB47

RGB

 RED value IS 117 (46.09% from 255) = 32.59%

 GREEN value IS 171 (67.19% from 255) = 47.63%

 BLUE value IS 71 (28.13% from 255) = 19.78%

R = 32.59%
G = 47.63%
B = 19.78%

CMYK

 C value IS 0.32

 M value IS 0

 Y value IS 0.58

 K value IS 0.33

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#75AB47 (or 0x75AB47) is known color: Apple. HEX triplet: 75, AB and 47. RGB value is (117,171,71). Sum of RGB (Red+Green+Blue) = 117+171+71=359 (47% of max value = 765). Red value is 117 (46.09% from 255 or 32.59% from 359); Green value is 171 (67.19% from 255 or 47.63% from 359); Blue value is 71 (28.12% from 255 or 19.78% from 359); Max value from RGB is 171 - color contains mainly: green. Hex color #75AB47 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #75AB47 is #8A54B8. Grayscale: #8F8F8F. Windows color (decimal): -9065657 or 4696949. OLE color: 4696949.

HSL color Cylindrical-coordinate representation of color #75AB47: hue angle of 92.4º degrees, saturation: 0.41, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #75AB47 is Cyan = 0.32, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.33.

Color convert

RGB 117 171 71 -
CMYK 0.32 0 0.58 0.33
HSL 92.4º 0.41% 0.47% -
HSV(B) 92.4º 0.58% 0.67% -
XYZ 23.04 33.36 11.19 -
YUV 143.45 87.11 109.13 -
System Red Green Blue C M Y K H S L
Decimal 117 171 71 0.32 0 0.58 0.33 92.4 0.41 0.47
Hex 75 AB 47 20 0 3A 21 5C 29 2F
Octal 165 253 107 40 0 72 41 134 51 57
Binary 1110101 10101011 1000111 100000 0 111010 100001 1011100 101001 101111

Color Harmonies of #75AB47

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AB47

Black with #75AB47

Text Example


Text Example

White with #75AB47

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #75AB47; }

 p { color: rgb(117,171,71); }

 H1.HeaderClassName
 {
   color: #75AB47;
 }
 .AnyTagClassName
 {
   color: #75AB47;
 }
</style>

background-color css

<style>
 a { background-color: #75AB47; }

 a { background-color: rgb(117,171,71); }

 div.DivClassName
 {
   background-color: #75AB47;
 }
 .BgClassName
 {
   background-color: #75AB47;
 }
</style>

border-color css

<style>
 span { border-color: #75AB47; }

 span { border-color: rgb(117,171,71); }

 td.TdClassName
 {
   border-color: #75AB47;
 }
 .TagClassName
 {
   border-color: #75AB47;
 }
</style>