#667968

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

Shades of Laurel #667968

Tints of Laurel #667968

Color information

#667968 (or 0x667968) is unknown color: approx Laurel. HEX triplet: 66, 79 and 68. RGB value is (102,121,104). Sum of RGB (Red+Green+Blue) = 102+121+104=327 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.19% from 327); Green value is 121 (47.66% from 255 or 37.00% from 327); Blue value is 104 (41.02% from 255 or 31.80% from 327); Max value from RGB is 121 - color contains mainly: green. Hex color #667968 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667968 is #998697. Grayscale: #717171. Windows color (decimal): -10061464 or 6846822. OLE color: 6846822.

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

Color convert

RGB102121104-
CMYK0.1600.140.53
HSL126.32º8.52%43.73%-
HSV(B)126.32º15.7%47.45%-
XYZ14.8217.515.69-
YUV113.38122.71119.88-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.19%
GREEN value IS 121 (47.66% from 255) = 37.00%
BLUE value IS 104 (41.02% from 255) = 31.80%
R=31.19%
G=37.00%
B=31.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal1021211040.1600.140.53126.328.5243.73
Hex667968100E357e92c
Octal14617115020016651761154
Binary110011011110011101000100000111011010111111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667968; }

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

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

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

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

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

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

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

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