#76852E

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

Shades of Trendy Green #76852E

Tints of Trendy Green #76852E

Color information

#76852E (or 0x76852E) is unknown color: approx Trendy Green. HEX triplet: 76, 85 and 2E. RGB value is (118,133,46). Sum of RGB (Red+Green+Blue) = 118+133+46=297 (39% of max value = 765). Red value is 118 (46.48% from 255 or 39.73% from 297); Green value is 133 (52.34% from 255 or 44.78% from 297); Blue value is 46 (18.36% from 255 or 15.49% from 297); Max value from RGB is 133 - color contains mainly: green. Hex color #76852E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #76852E is #897AD1. Grayscale: #767676. Windows color (decimal): -9009874 or 3048822. OLE color: 3048822.

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

Color convert

RGB11813346-
CMYK0.1100.650.48
HSL70.34º48.6%35.1%-
HSV(B)70.34º65.41%52.16%-
XYZ16.3520.825.74-
YUV118.687.03127.57-

RGB Variations

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

RGB

RED value IS 118 (46.48% from 255) = 39.73%
GREEN value IS 133 (52.34% from 255) = 44.78%
BLUE value IS 46 (18.36% from 255) = 15.49%
R=39.73%
G=44.78%
B=15.49%

CMYK

C (Cyan) values IS 0.11
M (Magenta) values IS 0
Y (Yellow) values IS 0.65
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal118133460.1100.650.4870.3448.635.1
Hex76852EB04130463123
Octal16620556130101601066143
Binary1110110100001011011101011010000011100001000110110001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #76852E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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