Html Css Color HEX #76B624 Lima

📋 copy color: '#76B624'

red 118 ◦ green 182 ◦ blue 36

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

Shades of Lima #76B624

Tints of Lima #76B624

RGB

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

 GREEN value IS 182 (71.48% from 255) = 54.17%

 BLUE value IS 36 (14.45% from 255) = 10.71%

R = 35.12%
G = 54.17%
B = 10.71%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.80

 K value IS 0.29

RGB Variations

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

Color information

#76B624 (or 0x76B624) is known color: Lima. HEX triplet: 76, B6 and 24. RGB value is (118,182,36). Sum of RGB (Red+Green+Blue) = 118+182+36=336 (44% of max value = 765). Red value is 118 (46.48% from 255 or 35.12% from 336); Green value is 182 (71.48% from 255 or 54.17% from 336); Blue value is 36 (14.45% from 255 or 10.71% from 336); Max value from RGB is 182 - color contains mainly: green. Hex color #76B624 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B624 is #8949DB. Grayscale: #929292. Windows color (decimal): -8997340 or 2406006. OLE color: 2406006.

HSL color Cylindrical-coordinate representation of color #76B624: hue angle of 86.3º degrees, saturation: 0.67, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76B624 is Cyan = 0.35, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 182 36 -
CMYK 0.35 0 0.80 0.29
HSL 86.3º 0.67% 0.43% -
HSV(B) 86.3º 0.8% 0.71% -
XYZ 24.52 37.43 7.6 -
YUV 146.22 65.8 107.87 -
System Red Green Blue C M Y K H S L
Decimal 118 182 36 0.35 0 0.80 0.29 86.3 0.67 0.43
Hex 76 B6 24 23 0 50 1D 56 43 2B
Octal 166 266 44 43 0 120 35 126 103 53
Binary 1110110 10110110 100100 100011 0 1010000 11101 1010110 1000011 101011

Color Harmonies of #76B624

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B624

Black with #76B624

Text Example


Text Example

White with #76B624

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,182,36); }

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

background-color css

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

 a { background-color: rgb(118,182,36); }

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

border-color css

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

 span { border-color: rgb(118,182,36); }

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