#709175

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

Shades of Laurel #709175

Tints of Laurel #709175

Color information

#709175 (or 0x709175) is unknown color: approx Laurel. HEX triplet: 70, 91 and 75. RGB value is (112,145,117). Sum of RGB (Red+Green+Blue) = 112+145+117=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 145 (57.03% from 255 or 38.77% from 374); Blue value is 117 (46.09% from 255 or 31.28% from 374); Max value from RGB is 145 - color contains mainly: green. Hex color #709175 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709175 is #8F6E8A. Grayscale: #848484. Windows color (decimal): -9399947 or 7704944. OLE color: 7704944.

HSL color Cylindrical-coordinate representation of color #709175: hue angle of 129.09º degrees, saturation: 0.13, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #709175 is Cyan = 0.23, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.43.

Color convert

RGB112145117-
CMYK0.2300.190.43
HSL129.09º13.04%50.39%-
HSV(B)129.09º22.76%56.86%-
XYZ20.0224.9820.6-
YUV131.94119.57113.78-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.95%
GREEN value IS 145 (57.03% from 255) = 38.77%
BLUE value IS 117 (46.09% from 255) = 31.28%
R=29.95%
G=38.77%
B=31.28%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1121451170.2300.190.43129.0913.0450.39
Hex709175170132B81d32
Octal16022116527023532011562
Binary111000010010001111010110111010011101011100000011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709175; }

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

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

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

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

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

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

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

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