#667F6B

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

Shades of Laurel #667F6B

Tints of Laurel #667F6B

Color information

#667F6B (or 0x667F6B) is unknown color: approx Laurel. HEX triplet: 66, 7F and 6B. RGB value is (102,127,107). Sum of RGB (Red+Green+Blue) = 102+127+107=336 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.36% from 336); Green value is 127 (50% from 255 or 37.80% from 336); Blue value is 107 (42.19% from 255 or 31.85% from 336); Max value from RGB is 127 - color contains mainly: green. Hex color #667F6B is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667F6B is #998094. Grayscale: #757575. Windows color (decimal): -10059925 or 7044966. OLE color: 7044966.

HSL color Cylindrical-coordinate representation of color #667F6B: hue angle of 132º degrees, saturation: 0.11, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #667F6B is Cyan = 0.20, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.50.

Color convert

RGB102127107-
CMYK0.2000.160.50
HSL132º10.92%44.9%-
HSV(B)132º19.69%49.8%-
XYZ15.7219.0716.76-
YUV117.24122.22117.13-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.36%
GREEN value IS 127 (50% from 255) = 37.80%
BLUE value IS 107 (42.19% from 255) = 31.85%
R=30.36%
G=37.80%
B=31.85%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1021271070.2000.160.5013210.9244.9
Hex667F6B140103284b2d
Octal14617715324020622041355
Binary11001101111111110101110100010000110010100001001011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(102,127,107); }

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

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

 a { background-color: rgb(102,127,107); }

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

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

 span { border-color: rgb(102,127,107); }

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