#709375

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

Shades of Laurel #709375

Tints of Laurel #709375

Color information

#709375 (or 0x709375) is unknown color: approx Laurel. HEX triplet: 70, 93 and 75. RGB value is (112,147,117). Sum of RGB (Red+Green+Blue) = 112+147+117=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 147 (57.81% from 255 or 39.10% from 376); Blue value is 117 (46.09% from 255 or 31.12% from 376); Max value from RGB is 147 - color contains mainly: green. Hex color #709375 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709375 is #8F6C8A. Grayscale: #858585. Windows color (decimal): -9399435 or 7705456. OLE color: 7705456.

HSL color Cylindrical-coordinate representation of color #709375: hue angle of 128.57º degrees, saturation: 0.14, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #709375 is Cyan = 0.24, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.42.

Color convert

RGB112147117-
CMYK0.2400.200.42
HSL128.57º13.94%50.78%-
HSV(B)128.57º23.81%57.65%-
XYZ20.3325.620.7-
YUV133.12118.9112.94-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.79%
GREEN value IS 147 (57.81% from 255) = 39.10%
BLUE value IS 117 (46.09% from 255) = 31.12%
R=29.79%
G=39.10%
B=31.12%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121471170.2400.200.42128.5713.9450.78
Hex709375180142A81e33
Octal16022316530024522011663
Binary111000010010011111010111000010100101010100000011110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709375; }

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

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

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

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

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

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

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

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