Html Css Color HEX #76B31C Lima

📋 copy color: '#76B31C'

red 118 ◦ green 179 ◦ blue 28

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

Shades of Lima #76B31C

Tints of Lima #76B31C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 8.62%

R = 36.31%
G = 55.08%
B = 8.62%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.84

 K value IS 0.30

RGB Variations

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

Color information

#76B31C (or 0x76B31C) is known color: Lima. HEX triplet: 76, B3 and 1C. RGB value is (118,179,28). Sum of RGB (Red+Green+Blue) = 118+179+28=325 (43% of max value = 765). Red value is 118 (46.48% from 255 or 36.31% from 325); Green value is 179 (70.31% from 255 or 55.08% from 325); Blue value is 28 (11.33% from 255 or 8.62% from 325); Max value from RGB is 179 - color contains mainly: green. Hex color #76B31C is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B31C is #894CE3. Grayscale: #909090. Windows color (decimal): -8998116 or 1880950. OLE color: 1880950.

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

Color convert

RGB 118 179 28 -
CMYK 0.34 0 0.84 0.30
HSL 84.24º 0.73% 0.41% -
HSV(B) 84.24º 0.84% 0.7% -
XYZ 23.8 36.18 6.83 -
YUV 143.55 62.79 109.78 -
System Red Green Blue C M Y K H S L
Decimal 118 179 28 0.34 0 0.84 0.30 84.24 0.73 0.41
Hex 76 B3 1C 22 0 54 1E 54 49 29
Octal 166 263 34 42 0 124 36 124 111 51
Binary 1110110 10110011 11100 100010 0 1010100 11110 1010100 1001001 101001

Color Harmonies of #76B31C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B31C

Black with #76B31C

Text Example


Text Example

White with #76B31C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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