#709374

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

Shades of Laurel #709374

Tints of Laurel #709374

Color information

#709374 (or 0x709374) is unknown color: approx Laurel. HEX triplet: 70, 93 and 74. RGB value is (112,147,116). Sum of RGB (Red+Green+Blue) = 112+147+116=375 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.87% from 375); Green value is 147 (57.81% from 255 or 39.2% from 375); Blue value is 116 (45.70% from 255 or 30.93% from 375); Max value from RGB is 147 - color contains mainly: green. Hex color #709374 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709374 is #8F6C8B. Grayscale: #858585. Windows color (decimal): -9399436 or 7639920. OLE color: 7639920.

HSL color Cylindrical-coordinate representation of color #709374: hue angle of 126.86º 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 #709374 is Cyan = 0.24, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB112147116-
CMYK0.2400.210.42
HSL126.86º13.94%50.78%-
HSV(B)126.86º23.81%57.65%-
XYZ20.2725.5720.39-
YUV133118.4113.02-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.87%
GREEN value IS 147 (57.81% from 255) = 39.2%
BLUE value IS 116 (45.70% from 255) = 30.93%
R=29.87%
G=39.2%
B=30.93%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1121471160.2400.210.42126.8613.9450.78
Hex709374180152A7fe33
Octal16022316430025521771663
Binary11100001001001111101001100001010110101011111111110110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709374

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709374; }

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

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

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

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

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

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

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

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