Html Css Color HEX #76B339 Lima

📋 copy color: '#76B339'

red 118 ◦ green 179 ◦ blue 57

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

Shades of Lima #76B339

Tints of Lima #76B339

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 16.1%

R = 33.33%
G = 50.56%
B = 16.1%

CMYK

 C value IS 0.34

 M value IS 0

 Y value IS 0.68

 K value IS 0.30

RGB Variations

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

Color information

#76B339 (or 0x76B339) is known color: Lima. HEX triplet: 76, B3 and 39. RGB value is (118,179,57). Sum of RGB (Red+Green+Blue) = 118+179+57=354 (46% of max value = 765). Red value is 118 (46.48% from 255 or 33.33% from 354); Green value is 179 (70.31% from 255 or 50.56% from 354); Blue value is 57 (22.66% from 255 or 16.10% from 354); Max value from RGB is 179 - color contains mainly: green. Hex color #76B339 is not a web safe color. Web safe color analog (approx): #66CC33. Inversed color of #76B339 is #894CC6. Grayscale: #939393. Windows color (decimal): -8998087 or 3781494. OLE color: 3781494.

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

Color convert

RGB 118 179 57 -
CMYK 0.34 0 0.68 0.30
HSL 90º 0.52% 0.46% -
HSV(B) 90º 0.68% 0.7% -
XYZ 24.33 36.39 9.61 -
YUV 146.85 77.29 107.42 -
System Red Green Blue C M Y K H S L
Decimal 118 179 57 0.34 0 0.68 0.30 90 0.52 0.46
Hex 76 B3 39 22 0 44 1E 5A 34 2E
Octal 166 263 71 42 0 104 36 132 64 56
Binary 1110110 10110011 111001 100010 0 1000100 11110 1011010 110100 101110

Color Harmonies of #76B339

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76B339

Black with #76B339

Text Example


Text Example

White with #76B339

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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