Html Css Color HEX #76B31A Lima

📋 copy color: '#76B31A'

red 118 ◦ green 179 ◦ blue 26

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

Shades of Lima #76B31A

Tints of Lima #76B31A

RGB

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

 GREEN value IS 179 (70.31% from 255) = 55.42%

 BLUE value IS 26 (10.55% from 255) = 8.05%

R = 36.53%
G = 55.42%
B = 8.05%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.85

 K value IS 0.30

RGB Variations

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

Color information

#76B31A (or 0x76B31A) is known color: Lima. HEX triplet: 76, B3 and 1A. RGB value is (118,179,26). Sum of RGB (Red+Green+Blue) = 118+179+26=323 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.53% from 323); Green value is 179 (70.31% from 255 or 55.42% from 323); Blue value is 26 (10.55% from 255 or 8.05% from 323); Max value from RGB is 179 - color contains mainly: green. Hex color #76B31A is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B31A is #894CE5. Grayscale: #8F8F8F. Windows color (decimal): -8998118 or 1749878. OLE color: 1749878.

HSL color Cylindrical-coordinate representation of color #76B31A: hue angle of 83.92º degrees, saturation: 0.75, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #76B31A is Cyan = 0.34, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.30.

Color convert

RGB 118 179 26 -
CMYK 0.34 0 0.85 0.30
HSL 83.92º 0.75% 0.4% -
HSV(B) 83.92º 0.85% 0.7% -
XYZ 23.78 36.17 6.7 -
YUV 143.32 61.79 109.94 -
System Red Green Blue C M Y K H S L
Decimal 118 179 26 0.34 0 0.85 0.30 83.92 0.75 0.4
Hex 76 B3 1A 22 0 55 1E 54 4B 28
Octal 166 263 32 42 0 125 36 124 113 50
Binary 1110110 10110011 11010 100010 0 1010101 11110 1010100 1001011 101000

Color Harmonies of #76B31A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B31A

Black with #76B31A

Text Example


Text Example

White with #76B31A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,179,26); }

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

background-color css

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

 a { background-color: rgb(118,179,26); }

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

border-color css

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

 span { border-color: rgb(118,179,26); }

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