#668770

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

Shades of Laurel #668770

Tints of Laurel #668770

Color information

#668770 (or 0x668770) is unknown color: approx Laurel. HEX triplet: 66, 87 and 70. RGB value is (102,135,112). Sum of RGB (Red+Green+Blue) = 102+135+112=349 (46% of max value = 765). Red value is 102 (40.23% from 255 or 29.23% from 349); Green value is 135 (53.12% from 255 or 38.68% from 349); Blue value is 112 (44.14% from 255 or 32.09% from 349); Max value from RGB is 135 - color contains mainly: green. Hex color #668770 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668770 is #99788F. Grayscale: #7A7A7A. Windows color (decimal): -10057872 or 7374694. OLE color: 7374694.

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

Color convert

RGB102135112-
CMYK0.2400.170.47
HSL138.18º13.92%46.47%-
HSV(B)138.18º24.44%52.94%-
XYZ17.0721.3218.55-
YUV122.51122.07113.37-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 29.23%
GREEN value IS 135 (53.12% from 255) = 38.68%
BLUE value IS 112 (44.14% from 255) = 32.09%
R=29.23%
G=38.68%
B=32.09%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1021351120.2400.170.47138.1813.9246.47
Hex668770180112F8ae2e
Octal14620716030021572121656
Binary110011010000111111000011000010001101111100010101110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668770

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668770; }

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

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

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

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

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

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

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

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