#709973

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

Shades of Laurel #709973

Tints of Laurel #709973

Color information

#709973 (or 0x709973) is unknown color: approx Laurel. HEX triplet: 70, 99 and 73. RGB value is (112,153,115). Sum of RGB (Red+Green+Blue) = 112+153+115=380 (50% of max value = 765). Red value is 112 (44.14% from 255 or 29.47% from 380); Green value is 153 (60.16% from 255 or 40.26% from 380); Blue value is 115 (45.31% from 255 or 30.26% from 380); Max value from RGB is 153 - color contains mainly: green. Hex color #709973 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #709973 is #8F668C. Grayscale: #888888. Windows color (decimal): -9397901 or 7575920. OLE color: 7575920.

HSL color Cylindrical-coordinate representation of color #709973: hue angle of 124.39º degrees, saturation: 0.17, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #709973 is Cyan = 0.27, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.4.

Color convert

RGB112153115-
CMYK0.2700.250.4
HSL124.39º16.73%51.96%-
HSV(B)124.39º26.8%60%-
XYZ21.1727.4720.41-
YUV136.41115.92110.59-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 29.47%
GREEN value IS 153 (60.16% from 255) = 40.26%
BLUE value IS 115 (45.31% from 255) = 30.26%
R=29.47%
G=40.26%
B=30.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1121531150.2700.250.4124.3916.7351.96
Hex7099731B019287c1134
Octal16023116333031501742164
Binary111000010011001111001111011011001101000111110010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #709973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #709973; }

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

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

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

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

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

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

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

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