#708975

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

Shades of Laurel #708975

Tints of Laurel #708975

Color information

#708975 (or 0x708975) is unknown color: approx Laurel. HEX triplet: 70, 89 and 75. RGB value is (112,137,117). Sum of RGB (Red+Green+Blue) = 112+137+117=366 (48% of max value = 765). Red value is 112 (44.14% from 255 or 30.60% from 366); Green value is 137 (53.91% from 255 or 37.43% from 366); Blue value is 117 (46.09% from 255 or 31.97% from 366); Max value from RGB is 137 - color contains mainly: green. Hex color #708975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #708975 is #8F768A. Grayscale: #7F7F7F. Windows color (decimal): -9401995 or 7702896. OLE color: 7702896.

HSL color Cylindrical-coordinate representation of color #708975: hue angle of 132º degrees, saturation: 0.1, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.18%. Process color model (Four color, CMYK) of #708975 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB112137117-
CMYK0.1800.150.46
HSL132º10.04%48.82%-
HSV(B)132º18.25%53.73%-
XYZ18.8422.6220.2-
YUV127.24122.22117.13-

RGB Variations

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

RGB

RED value IS 112 (44.14% from 255) = 30.60%
GREEN value IS 137 (53.91% from 255) = 37.43%
BLUE value IS 117 (46.09% from 255) = 31.97%
R=30.60%
G=37.43%
B=31.97%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1121371170.1800.150.4613210.0448.82
Hex708975120F2E84a31
Octal16021116522017562041261
Binary11100001000100111101011001001111101110100001001010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #708975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #708975; }

 p { color: rgb(112,137,117); }

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

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

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

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

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

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

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