Html Css Color HEX #76B419 Lima

📋 copy color: '#76B419'

red 118 ◦ green 180 ◦ blue 25

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

Shades of Lima #76B419

Tints of Lima #76B419

RGB

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

 GREEN value IS 180 (70.7% from 255) = 55.73%

 BLUE value IS 25 (10.16% from 255) = 7.74%

R = 36.53%
G = 55.73%
B = 7.74%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.86

 K value IS 0.29

RGB Variations

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

Color information

#76B419 (or 0x76B419) is known color: Lima. HEX triplet: 76, B4 and 19. RGB value is (118,180,25). Sum of RGB (Red+Green+Blue) = 118+180+25=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 180 (70.70% from 255 or 55.73% from 323); Blue value is 25 (10.16% from 255 or 7.74% from 323); Max value from RGB is 180 - color contains mainly: green. Hex color #76B419 is not a web safe color. Web safe color analog (approx): #66CC00. Inversed color of #76B419 is #894BE6. Grayscale: #909090. Windows color (decimal): -8997863 or 1684598. OLE color: 1684598.

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

Color convert

RGB 118 180 25 -
CMYK 0.34 0 0.86 0.29
HSL 84º 0.76% 0.4% -
HSV(B) 84º 0.86% 0.71% -
XYZ 23.97 36.56 6.71 -
YUV 143.79 60.96 109.6 -
System Red Green Blue C M Y K H S L
Decimal 118 180 25 0.34 0 0.86 0.29 84 0.76 0.4
Hex 76 B4 19 22 0 56 1D 54 4C 28
Octal 166 264 31 42 0 126 35 124 114 50
Binary 1110110 10110100 11001 100010 0 1010110 11101 1010100 1001100 101000

Color Harmonies of #76B419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B419

Black with #76B419

Text Example


Text Example

White with #76B419

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,180,25); }

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

background-color css

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

 a { background-color: rgb(118,180,25); }

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

border-color css

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

 span { border-color: rgb(118,180,25); }

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