#668469

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

Shades of Laurel #668469

Tints of Laurel #668469

Color information

#668469 (or 0x668469) is unknown color: approx Laurel. HEX triplet: 66, 84 and 69. RGB value is (102,132,105). Sum of RGB (Red+Green+Blue) = 102+132+105=339 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.09% from 339); Green value is 132 (51.95% from 255 or 38.94% from 339); Blue value is 105 (41.41% from 255 or 30.97% from 339); Max value from RGB is 132 - color contains mainly: green. Hex color #668469 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668469 is #997B96. Grayscale: #787878. Windows color (decimal): -10058647 or 6915174. OLE color: 6915174.

HSL color Cylindrical-coordinate representation of color #668469: hue angle of 126º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #668469 is Cyan = 0.23, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.48.

Color convert

RGB102132105-
CMYK0.2300.200.48
HSL126º12.82%45.88%-
HSV(B)126º22.73%51.76%-
XYZ16.2820.3516.43-
YUV119.95119.56115.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.09%
GREEN value IS 132 (51.95% from 255) = 38.94%
BLUE value IS 105 (41.41% from 255) = 30.97%
R=30.09%
G=38.94%
B=30.97%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal1021321050.2300.200.4812612.8245.88
Hex66846917014307ed2e
Octal14620415127024601761556
Binary11001101000010011010011011101010011000011111101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668469; }

 p { color: rgb(102,132,105); }

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

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

 a { background-color: rgb(102,132,105); }

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

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

 span { border-color: rgb(102,132,105); }

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