#699171

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

Shades of Laurel #699171

Tints of Laurel #699171

Color information

#699171 (or 0x699171) is unknown color: approx Laurel. HEX triplet: 69, 91 and 71. RGB value is (105,145,113). Sum of RGB (Red+Green+Blue) = 105+145+113=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 145 (57.03% from 255 or 39.94% from 363); Blue value is 113 (44.53% from 255 or 31.13% from 363); Max value from RGB is 145 - color contains mainly: green. Hex color #699171 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699171 is #966E8E. Grayscale: #818181. Windows color (decimal): -9858703 or 7442793. OLE color: 7442793.

HSL color Cylindrical-coordinate representation of color #699171: hue angle of 132º degrees, saturation: 0.16, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #699171 is Cyan = 0.28, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.43.

Color convert

RGB105145113-
CMYK0.2800.220.43
HSL132º16%49.02%-
HSV(B)132º27.59%56.86%-
XYZ18.9324.4519.34-
YUV129.39118.75110.6-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.93%
GREEN value IS 145 (57.03% from 255) = 39.94%
BLUE value IS 113 (44.53% from 255) = 31.13%
R=28.93%
G=39.94%
B=31.13%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal1051451130.2800.220.431321649.02
Hex6991711C0162B841031
Octal15122116134026532042061
Binary1101001100100011110001111000101101010111000010010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699171; }

 p { color: rgb(105,145,113); }

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

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

 a { background-color: rgb(105,145,113); }

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

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

 span { border-color: rgb(105,145,113); }

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