#709675

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

Shades of Laurel #709675

Tints of Laurel #709675

Color information

#709675 (or 0x709675) is unknown color: approx Laurel. HEX triplet: 70, 96 and 75. RGB value is (112,150,117). Sum of RGB (Red+Green+Blue) = 112+150+117=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 150 (58.98% from 255 or 39.58% from 379); Blue value is 117 (46.09% from 255 or 30.87% from 379); Max value from RGB is 150 - color contains mainly: green. Hex color #709675 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709675 is #8F698A. Grayscale: #868686. Windows color (decimal): -9398667 or 7706224. OLE color: 7706224.

HSL color Cylindrical-coordinate representation of color #709675: hue angle of 127.89º degrees, saturation: 0.15, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #709675 is Cyan = 0.25, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.41.

Color convert

RGB112150117-
CMYK0.2500.220.41
HSL127.89º15.32%51.37%-
HSV(B)127.89º25.33%58.82%-
XYZ20.826.5420.86-
YUV134.88117.91111.68-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.55%
GREEN value IS 150 (58.98% from 255) = 39.58%
BLUE value IS 117 (46.09% from 255) = 30.87%
R=29.55%
G=39.58%
B=30.87%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1121501170.2500.220.41127.8915.3251.37
Hex709675190162980f33
Octal16022616531026512001763
Binary111000010010110111010111001010110101001100000001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709675

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709675; }

 p { color: rgb(112,150,117); }

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

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

 a { background-color: rgb(112,150,117); }

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

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

 span { border-color: rgb(112,150,117); }

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