Html Css Color HEX #76B031 Lima

📋 copy color: '#76B031'

red 118 ◦ green 176 ◦ blue 49

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

Shades of Lima #76B031

Tints of Lima #76B031

RGB

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

 GREEN value IS 176 (69.14% from 255) = 51.31%

 BLUE value IS 49 (19.53% from 255) = 14.29%

R = 34.4%
G = 51.31%
B = 14.29%

CMYK

 C value IS 0.33

 M value IS 0

 Y value IS 0.72

 K value IS 0.31

RGB Variations

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

Color information

#76B031 (or 0x76B031) is known color: Lima. HEX triplet: 76, B0 and 31. RGB value is (118,176,49). Sum of RGB (Red+Green+Blue) = 118+176+49=343 (45% of max value = 765). Red value is 118 (46.48% from 255 or 34.40% from 343); Green value is 176 (69.14% from 255 or 51.31% from 343); Blue value is 49 (19.53% from 255 or 14.29% from 343); Max value from RGB is 176 - color contains mainly: green. Hex color #76B031 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76B031 is #894FCE. Grayscale: #909090. Windows color (decimal): -8998863 or 3256438. OLE color: 3256438.

HSL color Cylindrical-coordinate representation of color #76B031: hue angle of 87.4º degrees, saturation: 0.56, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #76B031 is Cyan = 0.33, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.31.

Color convert

RGB 118 176 49 -
CMYK 0.33 0 0.72 0.31
HSL 87.4º 0.56% 0.44% -
HSV(B) 87.4º 0.72% 0.69% -
XYZ 23.55 35.12 8.44 -
YUV 144.18 74.28 109.33 -
System Red Green Blue C M Y K H S L
Decimal 118 176 49 0.33 0 0.72 0.31 87.4 0.56 0.44
Hex 76 B0 31 21 0 48 1F 57 38 2C
Octal 166 260 61 41 0 110 37 127 70 54
Binary 1110110 10110000 110001 100001 0 1001000 11111 1010111 111000 101100

Color Harmonies of #76B031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B031

Black with #76B031

Text Example


Text Example

White with #76B031

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,176,49); }

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

background-color css

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

 a { background-color: rgb(118,176,49); }

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

border-color css

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

 span { border-color: rgb(118,176,49); }

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