Html Css Color HEX #76B040 Apple

📋 copy color: '#76B040'

red 118 ◦ green 176 ◦ blue 64

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

Shades of Apple #76B040

Tints of Apple #76B040

RGB

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

 GREEN value IS 176 (69.14% from 255) = 49.16%

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

R = 32.96%
G = 49.16%
B = 17.88%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.64

 K value IS 0.31

RGB Variations

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

Color information

#76B040 (or 0x76B040) is known color: Apple. HEX triplet: 76, B0 and 40. RGB value is (118,176,64). Sum of RGB (Red+Green+Blue) = 118+176+64=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 176 (69.14% from 255 or 49.16% from 358); Blue value is 64 (25.39% from 255 or 17.88% from 358); Max value from RGB is 176 - color contains mainly: green. Hex color #76B040 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76B040 is #894FBF. Grayscale: #929292. Windows color (decimal): -8998848 or 4239478. OLE color: 4239478.

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

Color convert

RGB 118 176 64 -
CMYK 0.33 0 0.64 0.31
HSL 91.07º 0.47% 0.47% -
HSV(B) 91.07º 0.64% 0.69% -
XYZ 23.92 35.27 10.4 -
YUV 145.89 81.78 108.11 -
System Red Green Blue C M Y K H S L
Decimal 118 176 64 0.33 0 0.64 0.31 91.07 0.47 0.47
Hex 76 B0 40 21 0 40 1F 5B 2F 2F
Octal 166 260 100 41 0 100 37 133 57 57
Binary 1110110 10110000 1000000 100001 0 1000000 11111 1011011 101111 101111

Color Harmonies of #76B040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B040

Black with #76B040

Text Example


Text Example

White with #76B040

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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