#77852d

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

Shades of Trendy Green #77852D

Tints of Trendy Green #77852D

Color information

#77852D (or 0x77852D) is unknown color: approx Trendy Green. HEX triplet: 77, 85 and 2D. RGB value is (119,133,45). Sum of RGB (Red+Green+Blue) = 119+133+45=297 (39% of max value = 765). Red value is 119 (46.88% from 255 or 40.07% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 45 (17.97% from 255 or 15.15% from 297); Max value from RGB is 133 - color contains mainly: green. Hex color #77852D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #77852D is #887AD2. Grayscale: #777777. Windows color (decimal): -8944339 or 2983287. OLE color: 2983287.

HSL color Cylindrical-coordinate representation of color #77852D: hue angle of 69.55º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #77852D is Cyan = 0.11, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB11913345-
CMYK0.1100.660.48
HSL69.55º49.44%34.9%-
HSV(B)69.55º66.17%52.16%-
XYZ16.4720.895.65-
YUV118.7886.36128.16-

RGB Variations

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

RGB

RED value IS 119 (46.88% from 255) = 40.07%
GREEN value IS 133 (52.34% from 255) = 44.78%
BLUE value IS 45 (17.97% from 255) = 15.15%
R=40.07%
G=44.78%
B=15.15%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.66
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal119133450.1100.660.4869.5549.4434.9
Hex77852DB04230463123
Octal16720555130102601066143
Binary1110111100001011011011011010000101100001000110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #77852d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #77852d; }

 p { color: rgb(119,133,45); }

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

<style>
 a { background-color: #77852d; }

 a { background-color: rgb(119,133,45); }

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

<style>
 span { border-color: #77852d; }

 span { border-color: rgb(119,133,45); }

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