#67866F

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

Shades of Laurel #67866F

Tints of Laurel #67866F

Color information

#67866F (or 0x67866F) is unknown color: approx Laurel. HEX triplet: 67, 86 and 6F. RGB value is (103,134,111). Sum of RGB (Red+Green+Blue) = 103+134+111=348 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.60% from 348); Green value is 134 (52.73% from 255 or 38.51% from 348); Blue value is 111 (43.75% from 255 or 31.90% from 348); Max value from RGB is 134 - color contains mainly: green. Hex color #67866F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67866F is #987990. Grayscale: #7A7A7A. Windows color (decimal): -9992593 or 7308903. OLE color: 7308903.

HSL color Cylindrical-coordinate representation of color #67866F: hue angle of 135.48º 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 #67866F is Cyan = 0.23, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.47.

Color convert

RGB103134111-
CMYK0.2300.170.47
HSL135.48º13.08%46.47%-
HSV(B)135.48º23.13%52.55%-
XYZ16.9921.0818.21-
YUV122.11121.73114.37-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.60%
GREEN value IS 134 (52.73% from 255) = 38.51%
BLUE value IS 111 (43.75% from 255) = 31.90%
R=29.60%
G=38.51%
B=31.90%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1031341110.2300.170.47135.4813.0846.47
Hex67866F170112F87d2e
Octal14720615727021572071556
Binary110011110000110110111110111010001101111100001111101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67866F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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