#669B6A

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

Shades of Laurel #669B6A

Tints of Laurel #669B6A

Color information

#669B6A (or 0x669B6A) is unknown color: approx Laurel. HEX triplet: 66, 9B and 6A. RGB value is (102,155,106). Sum of RGB (Red+Green+Blue) = 102+155+106=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 155 (60.94% from 255 or 42.70% from 363); Blue value is 106 (41.80% from 255 or 29.20% from 363); Max value from RGB is 155 - color contains mainly: green. Hex color #669B6A is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669B6A is #996495. Grayscale: #858585. Windows color (decimal): -10052758 or 6986598. OLE color: 6986598.

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

Color convert

RGB102155106-
CMYK0.3400.320.39
HSL124.53º20.95%50.39%-
HSV(B)124.53º34.19%60.78%-
XYZ19.827.3117.86-
YUV133.57112.44105.48-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.10%
GREEN value IS 155 (60.94% from 255) = 42.70%
BLUE value IS 106 (41.80% from 255) = 29.20%
R=28.10%
G=42.70%
B=29.20%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1021551060.3400.320.39124.5320.9550.39
Hex669B6A22020277d1532
Octal14623315242040471752562
Binary11001101001101111010101000100100000100111111110110101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669B6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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