#668267

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

Shades of Laurel #668267

Tints of Laurel #668267

Color information

#668267 (or 0x668267) is unknown color: approx Laurel. HEX triplet: 66, 82 and 67. RGB value is (102,130,103). Sum of RGB (Red+Green+Blue) = 102+130+103=335 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.45% from 335); Green value is 130 (51.17% from 255 or 38.81% from 335); Blue value is 103 (40.62% from 255 or 30.75% from 335); Max value from RGB is 130 - color contains mainly: green. Hex color #668267 is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #668267 is #997D98. Grayscale: #767676. Windows color (decimal): -10059161 or 6783590. OLE color: 6783590.

HSL color Cylindrical-coordinate representation of color #668267: hue angle of 122.14º 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 #668267 is Cyan = 0.22, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.49.

Color convert

RGB102130103-
CMYK0.2200.210.49
HSL122.14º12.07%45.49%-
HSV(B)122.14º21.54%50.98%-
XYZ15.9119.7715.81-
YUV118.55119.22116.2-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.45%
GREEN value IS 130 (51.17% from 255) = 38.81%
BLUE value IS 103 (40.62% from 255) = 30.75%
R=30.45%
G=38.81%
B=30.75%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1021301030.2200.210.49122.1412.0745.49
Hex66826716015317ac2d
Octal14620214726025611721455
Binary11001101000001011001111011001010111000111110101100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #668267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #668267; }

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

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

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

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

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

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

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

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