#67866E

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

Shades of Laurel #67866E

Tints of Laurel #67866E

Color information

#67866E (or 0x67866E) is unknown color: approx Laurel. HEX triplet: 67, 86 and 6E. RGB value is (103,134,110). Sum of RGB (Red+Green+Blue) = 103+134+110=347 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.68% from 347); Green value is 134 (52.73% from 255 or 38.62% from 347); Blue value is 110 (43.36% from 255 or 31.70% from 347); Max value from RGB is 134 - color contains mainly: green. Hex color #67866E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67866E is #987991. Grayscale: #7A7A7A. Windows color (decimal): -9992594 or 7243367. OLE color: 7243367.

HSL color Cylindrical-coordinate representation of color #67866E: hue angle of 133.55º degrees, saturation: 0.13, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #67866E is Cyan = 0.23, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.47.

Color convert

RGB103134110-
CMYK0.2300.180.47
HSL133.55º13.08%46.47%-
HSV(B)133.55º23.13%52.55%-
XYZ16.9321.0617.92-
YUV122121.23114.45-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.68%
GREEN value IS 134 (52.73% from 255) = 38.62%
BLUE value IS 110 (43.36% from 255) = 31.70%
R=29.68%
G=38.62%
B=31.70%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1031341100.2300.180.47133.5513.0846.47
Hex67866E170122F86d2e
Octal14720615627022572061556
Binary110011110000110110111010111010010101111100001101101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67866E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #67866E; }

 p { color: rgb(103,134,110); }

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

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

 a { background-color: rgb(103,134,110); }

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

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

 span { border-color: rgb(103,134,110); }

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