#667B68

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

Shades of Laurel #667B68

Tints of Laurel #667B68

Color information

#667B68 (or 0x667B68) is unknown color: approx Laurel. HEX triplet: 66, 7B and 68. RGB value is (102,123,104). Sum of RGB (Red+Green+Blue) = 102+123+104=329 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.00% from 329); Green value is 123 (48.44% from 255 or 37.39% from 329); Blue value is 104 (41.02% from 255 or 31.61% from 329); Max value from RGB is 123 - color contains mainly: green. Hex color #667B68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667B68 is #998497. Grayscale: #727272. Windows color (decimal): -10060952 or 6847334. OLE color: 6847334.

HSL color Cylindrical-coordinate representation of color #667B68: hue angle of 125.71º degrees, saturation: 0.09, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.17%. Process color model (Four color, CMYK) of #667B68 is Cyan = 0.17, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.52.

Color convert

RGB102123104-
CMYK0.1700.150.52
HSL125.71º9.33%44.12%-
HSV(B)125.71º17.07%48.24%-
XYZ15.0617.9915.78-
YUV114.55122.04119.04-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.00%
GREEN value IS 123 (48.44% from 255) = 37.39%
BLUE value IS 104 (41.02% from 255) = 31.61%
R=31.00%
G=37.39%
B=31.61%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1021231040.1700.150.52125.719.3344.12
Hex667B68110F347e92c
Octal14617315021017641761154
Binary110011011110111101000100010111111010011111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667B68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #667B68; }

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

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

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

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

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

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

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

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