#669B68

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

Shades of Laurel #669B68

Tints of Laurel #669B68

Color information

#669B68 (or 0x669B68) is unknown color: approx Laurel. HEX triplet: 66, 9B and 68. RGB value is (102,155,104). Sum of RGB (Red+Green+Blue) = 102+155+104=361 (47% of max value = 765). Red value is 102 (40.23% from 255 or 28.25% from 361); Green value is 155 (60.94% from 255 or 42.94% from 361); Blue value is 104 (41.02% from 255 or 28.81% from 361); Max value from RGB is 155 - color contains mainly: green. Hex color #669B68 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669B68 is #996497. Grayscale: #858585. Windows color (decimal): -10052760 or 6855526. OLE color: 6855526.

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

Color convert

RGB102155104-
CMYK0.3400.330.39
HSL122.26º20.95%50.39%-
HSV(B)122.26º34.19%60.78%-
XYZ19.727.2717.32-
YUV133.34111.44105.65-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.25%
GREEN value IS 155 (60.94% from 255) = 42.94%
BLUE value IS 104 (41.02% from 255) = 28.81%
R=28.25%
G=42.94%
B=28.81%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021551040.3400.330.39122.2620.9550.39
Hex669B6822021277a1532
Octal14623315042041471722562
Binary11001101001101111010001000100100001100111111101010101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669B68; }

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

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

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

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

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

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

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

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