Html Css Color HEX #76B618 Lima

📋 copy color: '#76B618'

red 118 ◦ green 182 ◦ blue 24

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

Shades of Lima #76B618

Tints of Lima #76B618

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 7.41%

R = 36.42%
G = 56.17%
B = 7.41%

CMYK

 C value IS 0.35

 M value IS 0

 Y value IS 0.87

 K value IS 0.29

RGB Variations

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

Color information

#76B618 (or 0x76B618) is known color: Lima. HEX triplet: 76, B6 and 18. RGB value is (118,182,24). Sum of RGB (Red+Green+Blue) = 118+182+24=324 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.42% from 324); Green value is 182 (71.48% from 255 or 56.17% from 324); Blue value is 24 (9.77% from 255 or 7.41% from 324); Max value from RGB is 182 - color contains mainly: green. Hex color #76B618 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76B618 is #8949E7. Grayscale: #919191. Windows color (decimal): -8997352 or 1619574. OLE color: 1619574.

HSL color Cylindrical-coordinate representation of color #76B618: hue angle of 84.3º degrees, saturation: 0.77, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #76B618 is Cyan = 0.35, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.29.

Color convert

RGB 118 182 24 -
CMYK 0.35 0 0.87 0.29
HSL 84.3º 0.77% 0.4% -
HSV(B) 84.3º 0.87% 0.71% -
XYZ 24.36 37.37 6.79 -
YUV 144.85 59.8 108.85 -
System Red Green Blue C M Y K H S L
Decimal 118 182 24 0.35 0 0.87 0.29 84.3 0.77 0.4
Hex 76 B6 18 23 0 57 1D 54 4D 28
Octal 166 266 30 43 0 127 35 124 115 50
Binary 1110110 10110110 11000 100011 0 1010111 11101 1010100 1001101 101000

Color Harmonies of #76B618

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B618

Black with #76B618

Text Example


Text Example

White with #76B618

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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