Html Css Color HEX #76AF40 Apple

📋 copy color: '#76AF40'

red 118 ◦ green 175 ◦ blue 64

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

Shades of Apple #76AF40

Tints of Apple #76AF40

RGB

 RED value IS 118 (46.48% from 255) = 33.05%

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

 BLUE value IS 64 (25.39% from 255) = 17.93%

R = 33.05%
G = 49.02%
B = 17.93%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.63

 K value IS 0.31

RGB Variations

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

Color information

#76AF40 (or 0x76AF40) is known color: Apple. HEX triplet: 76, AF and 40. RGB value is (118,175,64). Sum of RGB (Red+Green+Blue) = 118+175+64=357 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.05% from 357); Green value is 175 (68.75% from 255 or 49.02% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 175 - color contains mainly: green. Hex color #76AF40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AF40 is #8950BF. Grayscale: #919191. Windows color (decimal): -8999104 or 4239222. OLE color: 4239222.

HSL color Cylindrical-coordinate representation of color #76AF40: hue angle of 90.81º degrees, saturation: 0.46, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #76AF40 is Cyan = 0.33, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.31.

Color convert

RGB 118 175 64 -
CMYK 0.33 0 0.63 0.31
HSL 90.81º 0.46% 0.47% -
HSV(B) 90.81º 0.63% 0.69% -
XYZ 23.73 34.88 10.33 -
YUV 145.3 82.12 108.53 -
System Red Green Blue C M Y K H S L
Decimal 118 175 64 0.33 0 0.63 0.31 90.81 0.46 0.47
Hex 76 AF 40 21 0 3F 1F 5B 2E 2F
Octal 166 257 100 41 0 77 37 133 56 57
Binary 1110110 10101111 1000000 100001 0 111111 11111 1011011 101110 101111

Color Harmonies of #76AF40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AF40

Black with #76AF40

Text Example


Text Example

White with #76AF40

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #76AF40; }

 p { color: rgb(118,175,64); }

 H1.HeaderClassName
 {
   color: #76AF40;
 }
 .AnyTagClassName
 {
   color: #76AF40;
 }
</style>

background-color css

<style>
 a { background-color: #76AF40; }

 a { background-color: rgb(118,175,64); }

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

border-color css

<style>
 span { border-color: #76AF40; }

 span { border-color: rgb(118,175,64); }

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