#709873

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

Shades of Laurel #709873

Tints of Laurel #709873

Color information

#709873 (or 0x709873) is unknown color: approx Laurel. HEX triplet: 70, 98 and 73. RGB value is (112,152,115). Sum of RGB (Red+Green+Blue) = 112+152+115=379 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.55% from 379); Green value is 152 (59.77% from 255 or 40.11% from 379); Blue value is 115 (45.31% from 255 or 30.34% from 379); Max value from RGB is 152 - color contains mainly: green. Hex color #709873 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709873 is #8F678C. Grayscale: #878787. Windows color (decimal): -9398157 or 7575664. OLE color: 7575664.

HSL color Cylindrical-coordinate representation of color #709873: hue angle of 124.5º degrees, saturation: 0.16, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #709873 is Cyan = 0.26, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.40.

Color convert

RGB112152115-
CMYK0.2600.240.40
HSL124.5º16.26%51.76%-
HSV(B)124.5º26.32%59.61%-
XYZ2127.1420.35-
YUV135.82116.25111.01-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.55%
GREEN value IS 152 (59.77% from 255) = 40.11%
BLUE value IS 115 (45.31% from 255) = 30.34%
R=29.55%
G=40.11%
B=30.34%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1121521150.2600.240.40124.516.2651.76
Hex7098731A018287c1034
Octal16023016332030501742064
Binary111000010011000111001111010011000101000111110010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709873

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709873; }

 p { color: rgb(112,152,115); }

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

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

 a { background-color: rgb(112,152,115); }

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

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

 span { border-color: rgb(112,152,115); }

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