#669C6A

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

Shades of Laurel #669C6A

Tints of Laurel #669C6A

Color information

#669C6A (or 0x669C6A) is unknown color: approx Laurel. HEX triplet: 66, 9C and 6A. RGB value is (102,156,106). Sum of RGB (Red+Green+Blue) = 102+156+106=364 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.02% from 364); Green value is 156 (61.33% from 255 or 42.86% from 364); Blue value is 106 (41.80% from 255 or 29.12% from 364); Max value from RGB is 156 - color contains mainly: green. Hex color #669C6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669C6A is #996395. Grayscale: #868686. Windows color (decimal): -10052502 or 6986854. OLE color: 6986854.

HSL color Cylindrical-coordinate representation of color #669C6A: hue angle of 124.44º 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 #669C6A is Cyan = 0.35, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.39.

Color convert

RGB102156106-
CMYK0.3500.320.39
HSL124.44º21.43%50.59%-
HSV(B)124.44º34.62%61.18%-
XYZ19.9727.6417.92-
YUV134.15112.11105.07-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.02%
GREEN value IS 156 (61.33% from 255) = 42.86%
BLUE value IS 106 (41.80% from 255) = 29.12%
R=28.02%
G=42.86%
B=29.12%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021561060.3500.320.39124.4421.4350.59
Hex669C6A23020277c1533
Octal14623415243040471742563
Binary11001101001110011010101000110100000100111111110010101110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669C6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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