#699768

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

Shades of Laurel #699768

Tints of Laurel #699768

Color information

#699768 (or 0x699768) is unknown color: approx Laurel. HEX triplet: 69, 97 and 68. RGB value is (105,151,104). Sum of RGB (Red+Green+Blue) = 105+151+104=360 (47% of max value = 765). Red value is 105 (41.41% from 255 or 29.17% from 360); Green value is 151 (59.38% from 255 or 41.94% from 360); Blue value is 104 (41.02% from 255 or 28.89% from 360); Max value from RGB is 151 - color contains mainly: green. Hex color #699768 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699768 is #966897. Grayscale: #848484. Windows color (decimal): -9857176 or 6854505. OLE color: 6854505.

HSL color Cylindrical-coordinate representation of color #699768: hue angle of 118.72º degrees, saturation: 0.18, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #699768 is Cyan = 0.30, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.41.

Color convert

RGB105151104-
CMYK0.3000.310.41
HSL118.72º18.43%50%-
HSV(B)118.72º31.13%59.22%-
XYZ19.3926.1417.12-
YUV131.89112.26108.82-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 29.17%
GREEN value IS 151 (59.38% from 255) = 41.94%
BLUE value IS 104 (41.02% from 255) = 28.89%
R=29.17%
G=41.94%
B=28.89%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal1051511040.3000.310.41118.7218.4350
Hex6997681E01F29771232
Octal15122715036037511672262
Binary110100110010111110100011110011111101001111011110010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699768; }

 p { color: rgb(105,151,104); }

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

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

 a { background-color: rgb(105,151,104); }

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

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

 span { border-color: rgb(105,151,104); }

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