#668268

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

Shades of Laurel #668268

Tints of Laurel #668268

Color information

#668268 (or 0x668268) is unknown color: approx Laurel. HEX triplet: 66, 82 and 68. RGB value is (102,130,104). Sum of RGB (Red+Green+Blue) = 102+130+104=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 130 (51.17% from 255 or 38.69% from 336); Blue value is 104 (41.02% from 255 or 30.95% from 336); Max value from RGB is 130 - color contains mainly: green. Hex color #668268 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668268 is #997D97. Grayscale: #767676. Windows color (decimal): -10059160 or 6849126. OLE color: 6849126.

HSL color Cylindrical-coordinate representation of color #668268: hue angle of 124.29º degrees, saturation: 0.12, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #668268 is Cyan = 0.22, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB102130104-
CMYK0.2200.20.49
HSL124.29º12.07%45.49%-
HSV(B)124.29º21.54%50.98%-
XYZ15.9619.7916.08-
YUV118.66119.72116.11-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.36%
GREEN value IS 130 (51.17% from 255) = 38.69%
BLUE value IS 104 (41.02% from 255) = 30.95%
R=30.36%
G=38.69%
B=30.95%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1021301040.2200.20.49124.2912.0745.49
Hex66826816014317cc2d
Octal14620215026024611741455
Binary11001101000001011010001011001010011000111111001100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668268; }

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

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

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

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

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

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

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

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