#699071

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

Shades of Laurel #699071

Tints of Laurel #699071

Color information

#699071 (or 0x699071) is unknown color: approx Laurel. HEX triplet: 69, 90 and 71. RGB value is (105,144,113). Sum of RGB (Red+Green+Blue) = 105+144+113=362 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.01% from 362); Green value is 144 (56.64% from 255 or 39.78% from 362); Blue value is 113 (44.53% from 255 or 31.22% from 362); Max value from RGB is 144 - color contains mainly: green. Hex color #699071 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699071 is #966F8E. Grayscale: #808080. Windows color (decimal): -9858959 or 7442537. OLE color: 7442537.

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

Color convert

RGB105144113-
CMYK0.2700.220.44
HSL132.31º15.66%48.82%-
HSV(B)132.31º27.08%56.47%-
XYZ18.7824.1419.29-
YUV128.8119.08111.02-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.01%
GREEN value IS 144 (56.64% from 255) = 39.78%
BLUE value IS 113 (44.53% from 255) = 31.22%
R=29.01%
G=39.78%
B=31.22%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1051441130.2700.220.44132.3115.6648.82
Hex6990711B0162C841031
Octal15122016133026542042061
Binary1101001100100001110001110110101101011001000010010000110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699071; }

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

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

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

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

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

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

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

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