#699C66

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

Shades of Laurel #699C66

Tints of Laurel #699C66

Color information

#699C66 (or 0x699C66) is unknown color: approx Laurel. HEX triplet: 69, 9C and 66. RGB value is (105,156,102). Sum of RGB (Red+Green+Blue) = 105+156+102=363 (48% of max value = 765). Red value is 105 (41.41% from 255 or 28.93% from 363); Green value is 156 (61.33% from 255 or 42.98% from 363); Blue value is 102 (40.23% from 255 or 28.10% from 363); Max value from RGB is 156 - color contains mainly: green. Hex color #699C66 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #699C66 is #966399. Grayscale: #868686. Windows color (decimal): -9855898 or 6724713. OLE color: 6724713.

HSL color Cylindrical-coordinate representation of color #699C66: hue angle of 116.67º degrees, saturation: 0.21, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #699C66 is Cyan = 0.33, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.39.

Color convert

RGB105156102-
CMYK0.3300.350.39
HSL116.67º21.43%50.59%-
HSV(B)116.67º34.62%61.18%-
XYZ20.1127.7416.86-
YUV134.59109.6106.89-

RGB Variations

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

RGB

RED value IS 105 (41.41% from 255) = 28.93%
GREEN value IS 156 (61.33% from 255) = 42.98%
BLUE value IS 102 (40.23% from 255) = 28.10%
R=28.93%
G=42.98%
B=28.10%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1051561020.3300.350.39116.6721.4350.59
Hex699C662102327751533
Octal15123414641043471652563
Binary11010011001110011001101000010100011100111111010110101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #699C66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #699C66; }

 p { color: rgb(105,156,102); }

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

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

 a { background-color: rgb(105,156,102); }

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

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

 span { border-color: rgb(105,156,102); }

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