#76811B

Color #76811B Trendy Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Trendy Green #76811B

Tints of Trendy Green #76811B

Color information

#76811B (or 0x76811B) is unknown color: approx Trendy Green. HEX triplet: 76, 81 and 1B. RGB value is (118,129,27). Sum of RGB (Red+Green+Blue) = 118+129+27=274 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.07% from 274); Green value is 129 (50.78% from 255 or 47.08% from 274); Blue value is 27 (10.94% from 255 or 9.85% from 274); Max value from RGB is 129 - color contains mainly: green. Hex color #76811B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76811B is #897EE4. Grayscale: #727272. Windows color (decimal): -9010917 or 1802614. OLE color: 1802614.

HSL color Cylindrical-coordinate representation of color #76811B: hue angle of 66.47º degrees, saturation: 0.65, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #76811B is Cyan = 0.09, Magento = 0, Yellow = 0.79 and Black (K on CMYK) = 0.49.

Color convert

RGB11812927-
CMYK0.0900.790.49
HSL66.47º65.38%30.59%-
HSV(B)66.47º79.07%50.59%-
XYZ15.5219.634.01-
YUV114.0878.86130.79-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.07%
GREEN value IS 129 (50.78% from 255) = 47.08%
BLUE value IS 27 (10.94% from 255) = 9.85%
R=43.07%
G=47.08%
B=9.85%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.79
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118129270.0900.790.4966.4765.3830.59
Hex76811B904F3142411f
Octal166201331101176110210137
Binary111011010000001110111001010011111100011000010100000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76811B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76811B; }

 p { color: rgb(118,129,27); }

 H1.HeaderClassName
 {
   color: #76811B;
 }
 .AnyTagClassName
 {
   color: #76811B;
 }
</style>
background-color css

<style>
 a { background-color: #76811B; }

 a { background-color: rgb(118,129,27); }

 div.DivClassName
 {
   background-color: #76811B;
 }
 .BgClassName
 {
   background-color: #76811B;
 }
</style>
border-color css

<style>
 span { border-color: #76811B; }

 span { border-color: rgb(118,129,27); }

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