Html Css Color HEX #76A427 Lima

📋 copy color: '#76A427'

red 118 ◦ green 164 ◦ blue 39

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

Shades of Lima #76A427

Tints of Lima #76A427

RGB

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

 GREEN value IS 164 (64.45% from 255) = 51.09%

 BLUE value IS 39 (15.63% from 255) = 12.15%

R = 36.76%
G = 51.09%
B = 12.15%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#76A427 (or 0x76A427) is known color: Lima. HEX triplet: 76, A4 and 27. RGB value is (118,164,39). Sum of RGB (Red+Green+Blue) = 118+164+39=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 164 (64.45% from 255 or 51.09% from 321); Blue value is 39 (15.62% from 255 or 12.15% from 321); Max value from RGB is 164 - color contains mainly: green. Hex color #76A427 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A427 is #895BD8. Grayscale: #888888. Windows color (decimal): -9001945 or 2598006. OLE color: 2598006.

HSL color Cylindrical-coordinate representation of color #76A427: hue angle of 82.08º degrees, saturation: 0.62, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #76A427 is Cyan = 0.28, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB 118 164 39 -
CMYK 0.28 0 0.76 0.36
HSL 82.08º 0.62% 0.4% -
HSV(B) 82.08º 0.76% 0.64% -
XYZ 21.11 30.55 6.7 -
YUV 136 73.26 115.16 -
System Red Green Blue C M Y K H S L
Decimal 118 164 39 0.28 0 0.76 0.36 82.08 0.62 0.4
Hex 76 A4 27 1C 0 4C 24 52 3E 28
Octal 166 244 47 34 0 114 44 122 76 50
Binary 1110110 10100100 100111 11100 0 1001100 100100 1010010 111110 101000

Color Harmonies of #76A427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A427

Black with #76A427

Text Example


Text Example

White with #76A427

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,164,39); }

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

background-color css

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

 a { background-color: rgb(118,164,39); }

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

border-color css

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

 span { border-color: rgb(118,164,39); }

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