#667A68

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

Shades of Laurel #667A68

Tints of Laurel #667A68

Color information

#667A68 (or 0x667A68) is unknown color: approx Laurel. HEX triplet: 66, 7A and 68. RGB value is (102,122,104). Sum of RGB (Red+Green+Blue) = 102+122+104=328 (43% of max value = 765). Red value is 102 (40.23% from 255 or 31.10% from 328); Green value is 122 (48.05% from 255 or 37.20% from 328); Blue value is 104 (41.02% from 255 or 31.71% from 328); Max value from RGB is 122 - color contains mainly: green. Hex color #667A68 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667A68 is #998597. Grayscale: #727272. Windows color (decimal): -10061208 or 6847078. OLE color: 6847078.

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

Color convert

RGB102122104-
CMYK0.1600.150.52
HSL126º8.93%43.92%-
HSV(B)126º16.39%47.84%-
XYZ14.9417.7415.73-
YUV113.97122.37119.46-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 31.10%
GREEN value IS 122 (48.05% from 255) = 37.20%
BLUE value IS 104 (41.02% from 255) = 31.71%
R=31.10%
G=37.20%
B=31.71%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal1021221040.1600.150.521268.9343.92
Hex667A68100F347e92c
Octal14617215020017641761154
Binary110011011110101101000100000111111010011111101001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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