#718975

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

Shades of Laurel #718975

Tints of Laurel #718975

Color information

#718975 (or 0x718975) is unknown color: approx Laurel. HEX triplet: 71, 89 and 75. RGB value is (113,137,117). Sum of RGB (Red+Green+Blue) = 113+137+117=367 (48% of max value = 765). Red value is 113 (44.53% from 255 or 30.79% from 367); Green value is 137 (53.91% from 255 or 37.33% from 367); Blue value is 117 (46.09% from 255 or 31.88% from 367); Max value from RGB is 137 - color contains mainly: green. Hex color #718975 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #718975 is #8E768A. Grayscale: #7F7F7F. Windows color (decimal): -9336459 or 7702897. OLE color: 7702897.

HSL color Cylindrical-coordinate representation of color #718975: hue angle of 130º 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 #718975 is Cyan = 0.18, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.46.

Color convert

RGB113137117-
CMYK0.1800.150.46
HSL130º9.6%49.02%-
HSV(B)130º17.52%53.73%-
XYZ18.9722.6920.21-
YUV127.54122.05117.63-

RGB Variations

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

RGB

RED value IS 113 (44.53% from 255) = 30.79%
GREEN value IS 137 (53.91% from 255) = 37.33%
BLUE value IS 117 (46.09% from 255) = 31.88%
R=30.79%
G=37.33%
B=31.88%

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
Decimal1131371170.1800.150.461309.649.02
Hex718975120F2E82a31
Octal16121116522017562021261
Binary11100011000100111101011001001111101110100000101010110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #718975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #718975; }

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

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

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

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

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

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

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

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