#668870

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

Shades of Laurel #668870

Tints of Laurel #668870

Color information

#668870 (or 0x668870) is unknown color: approx Laurel. HEX triplet: 66, 88 and 70. RGB value is (102,136,112). Sum of RGB (Red+Green+Blue) = 102+136+112=350 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.14% from 350); Green value is 136 (53.52% from 255 or 38.86% from 350); Blue value is 112 (44.14% from 255 or 32% from 350); Max value from RGB is 136 - color contains mainly: green. Hex color #668870 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668870 is #99778F. Grayscale: #7B7B7B. Windows color (decimal): -10057616 or 7374950. OLE color: 7374950.

HSL color Cylindrical-coordinate representation of color #668870: hue angle of 137.65º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #668870 is Cyan = 0.25, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB102136112-
CMYK0.2500.180.47
HSL137.65º14.29%46.67%-
HSV(B)137.65º25%53.33%-
XYZ17.2121.618.59-
YUV123.1121.74112.95-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.14%
GREEN value IS 136 (53.52% from 255) = 38.86%
BLUE value IS 112 (44.14% from 255) = 32%
R=29.14%
G=38.86%
B=32%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1021361120.2500.180.47137.6514.2946.67
Hex668870190122F8ae2f
Octal14621016031022572121657
Binary110011010001000111000011001010010101111100010101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668870; }

 p { color: rgb(102,136,112); }

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

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

 a { background-color: rgb(102,136,112); }

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

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

 span { border-color: rgb(102,136,112); }

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