Html Css Color HEX #76AC40 Apple

📋 copy color: '#76AC40'

red 118 ◦ green 172 ◦ blue 64

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

Shades of Apple #76AC40

Tints of Apple #76AC40

RGB

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

 GREEN value IS 172 (67.58% from 255) = 48.59%

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

R = 33.33%
G = 48.59%
B = 18.08%

CMYK

 C value IS 0.31

 M value IS 0

 Y value IS 0.63

 K value IS 0.33

RGB Variations

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

Color information

#76AC40 (or 0x76AC40) is known color: Apple. HEX triplet: 76, AC and 40. RGB value is (118,172,64). Sum of RGB (Red+Green+Blue) = 118+172+64=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 172 (67.58% from 255 or 48.59% from 354); Blue value is 64 (25.39% from 255 or 18.08% from 354); Max value from RGB is 172 - color contains mainly: green. Hex color #76AC40 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76AC40 is #8953BF. Grayscale: #8F8F8F. Windows color (decimal): -8999872 or 4238454. OLE color: 4238454.

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

Color convert

RGB 118 172 64 -
CMYK 0.31 0 0.63 0.33
HSL 90º 0.46% 0.46% -
HSV(B) 90º 0.63% 0.67% -
XYZ 23.15 33.73 10.14 -
YUV 143.54 83.11 109.78 -
System Red Green Blue C M Y K H S L
Decimal 118 172 64 0.31 0 0.63 0.33 90 0.46 0.46
Hex 76 AC 40 1F 0 3F 21 5A 2E 2E
Octal 166 254 100 37 0 77 41 132 56 56
Binary 1110110 10101100 1000000 11111 0 111111 100001 1011010 101110 101110

Color Harmonies of #76AC40

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76AC40

Black with #76AC40

Text Example


Text Example

White with #76AC40

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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