#668971

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

Shades of Laurel #668971

Tints of Laurel #668971

Color information

#668971 (or 0x668971) is unknown color: approx Laurel. HEX triplet: 66, 89 and 71. RGB value is (102,137,113). Sum of RGB (Red+Green+Blue) = 102+137+113=352 (46% of max value = 765). Red value is 102 (40.23% from 255 or 28.98% from 352); Green value is 137 (53.91% from 255 or 38.92% from 352); Blue value is 113 (44.53% from 255 or 32.10% from 352); Max value from RGB is 137 - color contains mainly: green. Hex color #668971 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668971 is #99768E. Grayscale: #7B7B7B. Windows color (decimal): -10057359 or 7440742. OLE color: 7440742.

HSL color Cylindrical-coordinate representation of color #668971: hue angle of 138.86º degrees, saturation: 0.15, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.26%. Process color model (Four color, CMYK) of #668971 is Cyan = 0.26, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.46.

Color convert

RGB102137113-
CMYK0.2600.180.46
HSL138.86º14.64%46.86%-
HSV(B)138.86º25.55%53.73%-
XYZ17.4121.9118.93-
YUV123.8121.9112.45-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 28.98%
GREEN value IS 137 (53.91% from 255) = 38.92%
BLUE value IS 113 (44.53% from 255) = 32.10%
R=28.98%
G=38.92%
B=32.10%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1021371130.2600.180.46138.8614.6446.86
Hex6689711A0122E8bf2f
Octal14621116132022562131757
Binary110011010001001111000111010010010101110100010111111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668971; }

 p { color: rgb(102,137,113); }

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

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

 a { background-color: rgb(102,137,113); }

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

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

 span { border-color: rgb(102,137,113); }

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