#667F69

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

Shades of Laurel #667F69

Tints of Laurel #667F69

Color information

#667F69 (or 0x667F69) is unknown color: approx Laurel. HEX triplet: 66, 7F and 69. RGB value is (102,127,105). Sum of RGB (Red+Green+Blue) = 102+127+105=334 (44% of max value = 765). Red value is 102 (40.23% from 255 or 30.54% from 334); Green value is 127 (50% from 255 or 38.02% from 334); Blue value is 105 (41.41% from 255 or 31.44% from 334); Max value from RGB is 127 - color contains mainly: green. Hex color #667F69 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #667F69 is #998096. Grayscale: #757575. Windows color (decimal): -10059927 or 6913894. OLE color: 6913894.

HSL color Cylindrical-coordinate representation of color #667F69: hue angle of 127.2º 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 #667F69 is Cyan = 0.20, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.50.

Color convert

RGB102127105-
CMYK0.2000.170.50
HSL127.2º10.92%44.9%-
HSV(B)127.2º19.69%49.8%-
XYZ15.6219.0216.21-
YUV117.02121.22117.29-

RGB Variations

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

RGB

RED value IS 102 (40.23% from 255) = 30.54%
GREEN value IS 127 (50% from 255) = 38.02%
BLUE value IS 105 (41.41% from 255) = 31.44%
R=30.54%
G=38.02%
B=31.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal1021271050.2000.170.50127.210.9244.9
Hex667F6914011327fb2d
Octal14617715124021621771355
Binary1100110111111111010011010001000111001011111111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #667F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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