#76852C

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

Shades of Trendy Green #76852C

Tints of Trendy Green #76852C

Color information

#76852C (or 0x76852C) is unknown color: approx Trendy Green. HEX triplet: 76, 85 and 2C. RGB value is (118,133,44). Sum of RGB (Red+Green+Blue) = 118+133+44=295 (39% of max value = 765). Red value is 118 (46.48% from 255 or 40% from 295); Green value is 133 (52.34% from 255 or 45.08% from 295); Blue value is 44 (17.58% from 255 or 14.92% from 295); Max value from RGB is 133 - color contains mainly: green. Hex color #76852C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76852C is #897AD3. Grayscale: #767676. Windows color (decimal): -9009876 or 2917750. OLE color: 2917750.

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

Color convert

RGB11813344-
CMYK0.1100.670.48
HSL70.11º50.28%34.71%-
HSV(B)70.11º66.92%52.16%-
XYZ16.3120.815.54-
YUV118.3786.03127.74-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 40%
GREEN value IS 133 (52.34% from 255) = 45.08%
BLUE value IS 44 (17.58% from 255) = 14.92%
R=40%
G=45.08%
B=14.92%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.67
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118133440.1100.670.4870.1150.2834.71
Hex76852CB04330463223
Octal16620554130103601066243
Binary1110110100001011011001011010000111100001000110110010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76852C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #76852C; }

 p { color: rgb(118,133,44); }

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

<style>
 a { background-color: #76852C; }

 a { background-color: rgb(118,133,44); }

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

<style>
 span { border-color: #76852C; }

 span { border-color: rgb(118,133,44); }

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