#76811A

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

Shades of Trendy Green #76811A

Tints of Trendy Green #76811A

Color information

#76811A (or 0x76811A) is unknown color: approx Trendy Green. HEX triplet: 76, 81 and 1A. RGB value is (118,129,26). Sum of RGB (Red+Green+Blue) = 118+129+26=273 (36% of max value = 765). Red value is 118 (46.48% from 255 or 43.22% from 273); Green value is 129 (50.78% from 255 or 47.25% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 129 - color contains mainly: green. Hex color #76811A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76811A is #897EE5. Grayscale: #727272. Windows color (decimal): -9010918 or 1737078. OLE color: 1737078.

HSL color Cylindrical-coordinate representation of color #76811A: hue angle of 66.41º degrees, saturation: 0.66, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #76811A is Cyan = 0.09, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.49.

Color convert

RGB11812926-
CMYK0.0900.800.49
HSL66.41º66.45%30.39%-
HSV(B)66.41º79.84%50.59%-
XYZ15.5119.633.95-
YUV113.9778.36130.88-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 43.22%
GREEN value IS 129 (50.78% from 255) = 47.25%
BLUE value IS 26 (10.55% from 255) = 9.52%
R=43.22%
G=47.25%
B=9.52%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0
Y (Yellow) values IS 0.80
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal118129260.0900.800.4966.4166.4530.39
Hex76811A90503142421e
Octal166201321101206110210236
Binary111011010000001110101001010100001100011000010100001011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76811A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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