#669068

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

Shades of Laurel #669068

Tints of Laurel #669068

Color information

#669068 (or 0x669068) is unknown color: approx Laurel. HEX triplet: 66, 90 and 68. RGB value is (102,144,104). Sum of RGB (Red+Green+Blue) = 102+144+104=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 144 (56.64% from 255 or 41.14% from 350); Blue value is 104 (41.02% from 255 or 29.71% from 350); Max value from RGB is 144 - color contains mainly: green. Hex color #669068 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #669068 is #996F97. Grayscale: #7E7E7E. Windows color (decimal): -10055576 or 6852710. OLE color: 6852710.

HSL color Cylindrical-coordinate representation of color #669068: hue angle of 122.86º degrees, saturation: 0.17, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #669068 is Cyan = 0.29, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.44.

Color convert

RGB102144104-
CMYK0.2900.280.44
HSL122.86º17.07%48.24%-
HSV(B)122.86º29.17%56.47%-
XYZ17.9523.7716.74-
YUV126.88115.09110.25-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.14%
GREEN value IS 144 (56.64% from 255) = 41.14%
BLUE value IS 104 (41.02% from 255) = 29.71%
R=29.14%
G=41.14%
B=29.71%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1021441040.2900.280.44122.8617.0748.24
Hex6690681D01C2C7b1130
Octal14622015035034541732160
Binary110011010010000110100011101011100101100111101110001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #669068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #669068; }

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

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

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

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

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

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

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

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