Html Css Color HEX #76A526 Lima

📋 copy color: '#76A526'

red 118 ◦ green 165 ◦ blue 38

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

Shades of Lima #76A526

Tints of Lima #76A526

RGB

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

 GREEN value IS 165 (64.84% from 255) = 51.4%

 BLUE value IS 38 (15.23% from 255) = 11.84%

R = 36.76%
G = 51.4%
B = 11.84%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.77

 K value IS 0.35

RGB Variations

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

Color information

#76A526 (or 0x76A526) is known color: Lima. HEX triplet: 76, A5 and 26. RGB value is (118,165,38). Sum of RGB (Red+Green+Blue) = 118+165+38=321 (42% of max value = 765). Red value is 118 (46.48% from 255 or 36.76% from 321); Green value is 165 (64.84% from 255 or 51.40% from 321); Blue value is 38 (15.23% from 255 or 11.84% from 321); Max value from RGB is 165 - color contains mainly: green. Hex color #76A526 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76A526 is #895AD9. Grayscale: #888888. Windows color (decimal): -9001690 or 2532726. OLE color: 2532726.

HSL color Cylindrical-coordinate representation of color #76A526: hue angle of 82.2º degrees, saturation: 0.63, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #76A526 is Cyan = 0.28, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.35.

Color convert

RGB 118 165 38 -
CMYK 0.28 0 0.77 0.35
HSL 82.2º 0.63% 0.4% -
HSV(B) 82.2º 0.77% 0.65% -
XYZ 21.28 30.9 6.68 -
YUV 136.47 72.43 114.83 -
System Red Green Blue C M Y K H S L
Decimal 118 165 38 0.28 0 0.77 0.35 82.2 0.63 0.4
Hex 76 A5 26 1C 0 4D 23 52 3F 28
Octal 166 245 46 34 0 115 43 122 77 50
Binary 1110110 10100101 100110 11100 0 1001101 100011 1010010 111111 101000

Color Harmonies of #76A526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #76A526

Black with #76A526

Text Example


Text Example

White with #76A526

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(118,165,38); }

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

background-color css

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

 a { background-color: rgb(118,165,38); }

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

border-color css

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

 span { border-color: rgb(118,165,38); }

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