#669A6B

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

Shades of Laurel #669A6B

Tints of Laurel #669A6B

Color information

#669A6B (or 0x669A6B) is unknown color: approx Laurel. HEX triplet: 66, 9A and 6B. RGB value is (102,154,107). Sum of RGB (Red+Green+Blue) = 102+154+107=363 (48% of max value = 765). Red value is 102 (40.23% from 255 or 28.10% from 363); Green value is 154 (60.55% from 255 or 42.42% from 363); Blue value is 107 (42.19% from 255 or 29.48% from 363); Max value from RGB is 154 - color contains mainly: green. Hex color #669A6B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669A6B is #996594. Grayscale: #858585. Windows color (decimal): -10053013 or 7051878. OLE color: 7051878.

HSL color Cylindrical-coordinate representation of color #669A6B: hue angle of 125.77º degrees, saturation: 0.2, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #669A6B is Cyan = 0.34, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB102154107-
CMYK0.3400.310.40
HSL125.77º20.47%50.2%-
HSV(B)125.77º33.77%60.39%-
XYZ19.692718.08-
YUV133.09113.27105.82-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.10%
GREEN value IS 154 (60.55% from 255) = 42.42%
BLUE value IS 107 (42.19% from 255) = 29.48%
R=28.10%
G=42.42%
B=29.48%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1021541070.3400.310.40125.7720.4750.2
Hex669A6B2201F287e1432
Octal14623215342037501762462
Binary1100110100110101101011100010011111101000111111010100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669A6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,154,107); }

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

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

 a { background-color: rgb(102,154,107); }

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

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

 span { border-color: rgb(102,154,107); }

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