#689966

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

Shades of Laurel #689966

Tints of Laurel #689966

Color information

#689966 (or 0x689966) is unknown color: approx Laurel. HEX triplet: 68, 99 and 66. RGB value is (104,153,102). Sum of RGB (Red+Green+Blue) = 104+153+102=359 (47% of max value = 765). Red value is 104 (41.02% from 255 or 28.97% from 359); Green value is 153 (60.16% from 255 or 42.62% from 359); Blue value is 102 (40.23% from 255 or 28.41% from 359); Max value from RGB is 153 - color contains mainly: green. Hex color #689966 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #689966 is #976699. Grayscale: #848484. Windows color (decimal): -9922202 or 6723944. OLE color: 6723944.

HSL color Cylindrical-coordinate representation of color #689966: hue angle of 117.65º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #689966 is Cyan = 0.32, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.4.

Color convert

RGB104153102-
CMYK0.3200.330.4
HSL117.65º20%50%-
HSV(B)117.65º33.33%60%-
XYZ19.526.6816.69-
YUV132.54110.77107.65-

RGB Variations

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

RGB

RED value IS 104 (41.02% from 255) = 28.97%
GREEN value IS 153 (60.16% from 255) = 42.62%
BLUE value IS 102 (40.23% from 255) = 28.41%
R=28.97%
G=42.62%
B=28.41%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1041531020.3200.330.4117.652050
Hex6899662002128761432
Octal15023114640041501662462
Binary11010001001100111001101000000100001101000111011010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #689966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #689966; }

 p { color: rgb(104,153,102); }

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

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

 a { background-color: rgb(104,153,102); }

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

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

 span { border-color: rgb(104,153,102); }

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