#67896F

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

Shades of Laurel #67896F

Tints of Laurel #67896F

Color information

#67896F (or 0x67896F) is unknown color: approx Laurel. HEX triplet: 67, 89 and 6F. RGB value is (103,137,111). Sum of RGB (Red+Green+Blue) = 103+137+111=351 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.34% from 351); Green value is 137 (53.91% from 255 or 39.03% from 351); Blue value is 111 (43.75% from 255 or 31.62% from 351); Max value from RGB is 137 - color contains mainly: green. Hex color #67896F is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67896F is #987690. Grayscale: #7B7B7B. Windows color (decimal): -9991825 or 7309671. OLE color: 7309671.

HSL color Cylindrical-coordinate representation of color #67896F: hue angle of 134.12º degrees, saturation: 0.14, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.25%. Process color model (Four color, CMYK) of #67896F is Cyan = 0.25, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.46.

Color convert

RGB103137111-
CMYK0.2500.190.46
HSL134.12º14.17%47.06%-
HSV(B)134.12º24.82%53.73%-
XYZ17.4121.9218.35-
YUV123.87120.74113.11-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.34%
GREEN value IS 137 (53.91% from 255) = 39.03%
BLUE value IS 111 (43.75% from 255) = 31.62%
R=29.34%
G=39.03%
B=31.62%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1031371110.2500.190.46134.1214.1747.06
Hex67896F190132E86e2f
Octal14721115731023562061657
Binary110011110001001110111111001010011101110100001101110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67896F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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