Html Css Color HEX #76B937 Lima

📋 copy color: '#76B937'

red 118 ◦ green 185 ◦ blue 55

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

Shades of Lima #76B937

Tints of Lima #76B937

RGB

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

 GREEN value IS 185 (72.66% from 255) = 51.68%

 BLUE value IS 55 (21.88% from 255) = 15.36%

R = 32.96%
G = 51.68%
B = 15.36%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.70

 K value IS 0.27

RGB Variations

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

Color information

#76B937 (or 0x76B937) is known color: Lima. HEX triplet: 76, B9 and 37. RGB value is (118,185,55). Sum of RGB (Red+Green+Blue) = 118+185+55=358 (47% of max value = 765). Red value is 118 (46.48% from 255 or 32.96% from 358); Green value is 185 (72.66% from 255 or 51.68% from 358); Blue value is 55 (21.88% from 255 or 15.36% from 358); Max value from RGB is 185 - color contains mainly: green. Hex color #76B937 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B937 is #8946C8. Grayscale: #969696. Windows color (decimal): -8996553 or 3651958. OLE color: 3651958.

HSL color Cylindrical-coordinate representation of color #76B937: hue angle of 90.92º degrees, saturation: 0.54, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #76B937 is Cyan = 0.36, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.27.

Color convert

RGB 118 185 55 -
CMYK 0.36 0 0.70 0.27
HSL 90.92º 0.54% 0.47% -
HSV(B) 90.92º 0.7% 0.73% -
XYZ 25.51 38.83 9.76 -
YUV 150.15 74.3 105.07 -
System Red Green Blue C M Y K H S L
Decimal 118 185 55 0.36 0 0.70 0.27 90.92 0.54 0.47
Hex 76 B9 37 24 0 46 1B 5B 36 2F
Octal 166 271 67 44 0 106 33 133 66 57
Binary 1110110 10111001 110111 100100 0 1000110 11011 1011011 110110 101111

Color Harmonies of #76B937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B937

Black with #76B937

Text Example


Text Example

White with #76B937

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,185,55); }

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

background-color css

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

 a { background-color: rgb(118,185,55); }

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

border-color css

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

 span { border-color: rgb(118,185,55); }

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