#709874

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

Shades of Laurel #709874

Tints of Laurel #709874

Color information

#709874 (or 0x709874) is unknown color: approx Laurel. HEX triplet: 70, 98 and 74. RGB value is (112,152,116). Sum of RGB (Red+Green+Blue) = 112+152+116=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 152 (59.77% from 255 or 40% from 380); Blue value is 116 (45.70% from 255 or 30.53% from 380); Max value from RGB is 152 - color contains mainly: green. Hex color #709874 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709874 is #8F678B. Grayscale: #888888. Windows color (decimal): -9398156 or 7641200. OLE color: 7641200.

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

Color convert

RGB112152116-
CMYK0.2600.240.40
HSL126º16.26%51.76%-
HSV(B)126º26.32%59.61%-
XYZ21.0627.1620.66-
YUV135.94116.75110.93-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.47%
GREEN value IS 152 (59.77% from 255) = 40%
BLUE value IS 116 (45.70% from 255) = 30.53%
R=29.47%
G=40%
B=30.53%

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
Decimal1121521160.2600.240.4012616.2651.76
Hex7098741A018287e1034
Octal16023016432030501762064
Binary111000010011000111010011010011000101000111111010000110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709874; }

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

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

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

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

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

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

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

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