#709870

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

Shades of Laurel #709870

Tints of Laurel #709870

Color information

#709870 (or 0x709870) is unknown color: approx Laurel. HEX triplet: 70, 98 and 70. RGB value is (112,152,112). Sum of RGB (Red+Green+Blue) = 112+152+112=376 (49% of max value = 765). Red value is 112 (44.14% from 255 or 29.79% from 376); Green value is 152 (59.77% from 255 or 40.43% from 376); Blue value is 112 (44.14% from 255 or 29.79% from 376); Max value from RGB is 152 - color contains mainly: green. Hex color #709870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709870 is #8F678F. Grayscale: #878787. Windows color (decimal): -9398160 or 7379056. OLE color: 7379056.

HSL color Cylindrical-coordinate representation of color #709870: hue angle of 120º 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 #709870 is Cyan = 0.26, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB112152112-
CMYK0.2600.260.40
HSL120º16.26%51.76%-
HSV(B)120º26.32%59.61%-
XYZ20.8327.0719.46-
YUV135.48114.75111.25-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.79%
GREEN value IS 152 (59.77% from 255) = 40.43%
BLUE value IS 112 (44.14% from 255) = 29.79%
R=29.79%
G=40.43%
B=29.79%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1121521120.2600.260.4012016.2651.76
Hex7098701A01A28781034
Octal16023016032032501702064
Binary111000010011000111000011010011010101000111100010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709870; }

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

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

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

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

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

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

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

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