#709274

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

Shades of Laurel #709274

Tints of Laurel #709274

Color information

#709274 (or 0x709274) is unknown color: approx Laurel. HEX triplet: 70, 92 and 74. RGB value is (112,146,116). Sum of RGB (Red+Green+Blue) = 112+146+116=374 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.95% from 374); Green value is 146 (57.42% from 255 or 39.04% from 374); Blue value is 116 (45.70% from 255 or 31.02% from 374); Max value from RGB is 146 - color contains mainly: green. Hex color #709274 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709274 is #8F6D8B. Grayscale: #848484. Windows color (decimal): -9399692 or 7639664. OLE color: 7639664.

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

Color convert

RGB112146116-
CMYK0.2300.210.43
HSL127.06º13.49%50.59%-
HSV(B)127.06º23.29%57.25%-
XYZ20.1125.2620.34-
YUV132.41118.74113.44-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.95%
GREEN value IS 146 (57.42% from 255) = 39.04%
BLUE value IS 116 (45.70% from 255) = 31.02%
R=29.95%
G=39.04%
B=31.02%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1121461160.2300.210.43127.0613.4950.59
Hex709274170152B7fd33
Octal16022216427025531771563
Binary11100001001001011101001011101010110101111111111101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709274; }

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

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

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

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

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

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

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

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