Html Css Color HEX #75AF4E Apple

📋 copy color: '#75AF4E'

red 117 ◦ green 175 ◦ blue 78

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

Shades of Apple #75AF4E

Tints of Apple #75AF4E

RGB

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

 GREEN value IS 175 (68.75% from 255) = 47.3%

 BLUE value IS 78 (30.86% from 255) = 21.08%

R = 31.62%
G = 47.3%
B = 21.08%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.55

 K value IS 0.31

RGB Variations

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

Color information

#75AF4E (or 0x75AF4E) is known color: Apple. HEX triplet: 75, AF and 4E. RGB value is (117,175,78). Sum of RGB (Red+Green+Blue) = 117+175+78=370 (49% of max value = 765). Red value is 117 (46.09% from 255 or 31.62% from 370); Green value is 175 (68.75% from 255 or 47.30% from 370); Blue value is 78 (30.86% from 255 or 21.08% from 370); Max value from RGB is 175 - color contains mainly: green. Hex color #75AF4E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #75AF4E is #8A50B1. Grayscale: #929292. Windows color (decimal): -9064626 or 5156725. OLE color: 5156725.

HSL color Cylindrical-coordinate representation of color #75AF4E: hue angle of 95.88º degrees, saturation: 0.38, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #75AF4E is Cyan = 0.33, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.31.

Color convert

RGB 117 175 78 -
CMYK 0.33 0 0.55 0.31
HSL 95.88º 0.38% 0.5% -
HSV(B) 95.88º 0.55% 0.69% -
XYZ 24.04 34.99 12.69 -
YUV 146.6 89.28 106.89 -
System Red Green Blue C M Y K H S L
Decimal 117 175 78 0.33 0 0.55 0.31 95.88 0.38 0.5
Hex 75 AF 4E 21 0 37 1F 60 26 32
Octal 165 257 116 41 0 67 37 140 46 62
Binary 1110101 10101111 1001110 100001 0 110111 11111 1100000 100110 110010

Color Harmonies of #75AF4E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #75AF4E

Black with #75AF4E

Text Example


Text Example

White with #75AF4E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(117,175,78); }

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

background-color css

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

 a { background-color: rgb(117,175,78); }

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

border-color css

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

 span { border-color: rgb(117,175,78); }

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