#67896C

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

Shades of Laurel #67896C

Tints of Laurel #67896C

Color information

#67896C (or 0x67896C) is unknown color: approx Laurel. HEX triplet: 67, 89 and 6C. RGB value is (103,137,108). Sum of RGB (Red+Green+Blue) = 103+137+108=348 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.60% from 348); Green value is 137 (53.91% from 255 or 39.37% from 348); Blue value is 108 (42.58% from 255 or 31.03% from 348); Max value from RGB is 137 - color contains mainly: green. Hex color #67896C is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67896C is #987693. Grayscale: #7B7B7B. Windows color (decimal): -9991828 or 7113063. OLE color: 7113063.

HSL color Cylindrical-coordinate representation of color #67896C: hue angle of 128.82º 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 #67896C is Cyan = 0.25, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.46.

Color convert

RGB103137108-
CMYK0.2500.210.46
HSL128.82º14.17%47.06%-
HSV(B)128.82º24.82%53.73%-
XYZ17.2521.8617.5-
YUV123.53119.24113.36-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.60%
GREEN value IS 137 (53.91% from 255) = 39.37%
BLUE value IS 108 (42.58% from 255) = 31.03%
R=29.60%
G=39.37%
B=31.03%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1031371080.2500.210.46128.8214.1747.06
Hex67896C190152E81e2f
Octal14721115431025562011657
Binary110011110001001110110011001010101101110100000011110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67896C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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