#759876

Color #759876 Laurel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Laurel #759876

Tints of Laurel #759876

Color information

#759876 (or 0x759876) is unknown color: approx Laurel. HEX triplet: 75, 98 and 76. RGB value is (117,152,118). Sum of RGB (Red+Green+Blue) = 117+152+118=387 (51% of max value = 765). Red value is 117 (46.09% from 255 or 30.23% from 387); Green value is 152 (59.77% from 255 or 39.28% from 387); Blue value is 118 (46.48% from 255 or 30.49% from 387); Max value from RGB is 152 - color contains mainly: green. Hex color #759876 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #759876 is #8A6789. Grayscale: #898989. Windows color (decimal): -9070474 or 7772277. OLE color: 7772277.

HSL color Cylindrical-coordinate representation of color #759876: hue angle of 121.71º degrees, saturation: 0.15, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #759876 is Cyan = 0.23, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.40.

Color convert

RGB117152118-
CMYK0.2300.220.40
HSL121.71º14.52%52.75%-
HSV(B)121.71º23.03%59.61%-
XYZ21.8327.5521.31-
YUV137.66116.9113.26-

RGB Variations

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

RGB

RED value IS 117 (46.09% from 255) = 30.23%
GREEN value IS 152 (59.77% from 255) = 39.28%
BLUE value IS 118 (46.48% from 255) = 30.49%
R=30.23%
G=39.28%
B=30.49%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1171521180.2300.220.40121.7114.5252.75
Hex75987617016287af35
Octal16523016627026501721765
Binary11101011001100011101101011101011010100011110101111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #759876

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #759876; }

 p { color: rgb(117,152,118); }

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

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

 a { background-color: rgb(117,152,118); }

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

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

 span { border-color: rgb(117,152,118); }

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