Html Css Color HEX #76B736 Lima

📋 copy color: '#76B736'

red 118 ◦ green 183 ◦ blue 54

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

Shades of Lima #76B736

Tints of Lima #76B736

RGB

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

 GREEN value IS 183 (71.88% from 255) = 51.55%

 BLUE value IS 54 (21.48% from 255) = 15.21%

R = 33.24%
G = 51.55%
B = 15.21%

CMYK

 C value IS 0.36

 M value IS 0

 Y value IS 0.70

 K value IS 0.28

RGB Variations

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

Color information

#76B736 (or 0x76B736) is known color: Lima. HEX triplet: 76, B7 and 36. RGB value is (118,183,54). Sum of RGB (Red+Green+Blue) = 118+183+54=355 (47% of max value = 765). Red value is 118 (46.48% from 255 or 33.24% from 355); Green value is 183 (71.88% from 255 or 51.55% from 355); Blue value is 54 (21.48% from 255 or 15.21% from 355); Max value from RGB is 183 - color contains mainly: green. Hex color #76B736 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B736 is #8948C9. Grayscale: #959595. Windows color (decimal): -8997066 or 3585910. OLE color: 3585910.

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

Color convert

RGB 118 183 54 -
CMYK 0.36 0 0.70 0.28
HSL 90.23º 0.54% 0.46% -
HSV(B) 90.23º 0.7% 0.72% -
XYZ 25.07 37.98 9.5 -
YUV 148.86 74.47 105.99 -
System Red Green Blue C M Y K H S L
Decimal 118 183 54 0.36 0 0.70 0.28 90.23 0.54 0.46
Hex 76 B7 36 24 0 46 1C 5A 36 2E
Octal 166 267 66 44 0 106 34 132 66 56
Binary 1110110 10110111 110110 100100 0 1000110 11100 1011010 110110 101110

Color Harmonies of #76B736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B736

Black with #76B736

Text Example


Text Example

White with #76B736

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,183,54); }

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

background-color css

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

 a { background-color: rgb(118,183,54); }

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

border-color css

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

 span { border-color: rgb(118,183,54); }

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