#709275

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

Shades of Laurel #709275

Tints of Laurel #709275

Color information

#709275 (or 0x709275) is unknown color: approx Laurel. HEX triplet: 70, 92 and 75. RGB value is (112,146,117). Sum of RGB (Red+Green+Blue) = 112+146+117=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 146 (57.42% from 255 or 38.93% from 375); Blue value is 117 (46.09% from 255 or 31.2% from 375); Max value from RGB is 146 - color contains mainly: green. Hex color #709275 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709275 is #8F6D8A. Grayscale: #848484. Windows color (decimal): -9399691 or 7705200. OLE color: 7705200.

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

Color convert

RGB112146117-
CMYK0.2300.200.43
HSL128.82º13.49%50.59%-
HSV(B)128.82º23.29%57.25%-
XYZ20.1725.2920.65-
YUV132.53119.24113.36-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.87%
GREEN value IS 146 (57.42% from 255) = 38.93%
BLUE value IS 117 (46.09% from 255) = 31.2%
R=29.87%
G=38.93%
B=31.2%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1121461170.2300.200.43128.8213.4950.59
Hex709275170142B81d33
Octal16022216527024532011563
Binary111000010010010111010110111010100101011100000011101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709275

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709275; }

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

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

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

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

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

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

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

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