#67896E

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

Shades of Laurel #67896E

Tints of Laurel #67896E

Color information

#67896E (or 0x67896E) is unknown color: approx Laurel. HEX triplet: 67, 89 and 6E. RGB value is (103,137,110). Sum of RGB (Red+Green+Blue) = 103+137+110=350 (46% of max value = 765). Red value is 103 (40.62% from 255 or 29.43% from 350); Green value is 137 (53.91% from 255 or 39.14% from 350); Blue value is 110 (43.36% from 255 or 31.43% from 350); Max value from RGB is 137 - color contains mainly: green. Hex color #67896E is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67896E is #987691. Grayscale: #7B7B7B. Windows color (decimal): -9991826 or 7244135. OLE color: 7244135.

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

Color convert

RGB103137110-
CMYK0.2500.200.46
HSL132.35º14.17%47.06%-
HSV(B)132.35º24.82%53.73%-
XYZ17.3521.918.06-
YUV123.76120.24113.2-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.43%
GREEN value IS 137 (53.91% from 255) = 39.14%
BLUE value IS 110 (43.36% from 255) = 31.43%
R=29.43%
G=39.14%
B=31.43%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1031371100.2500.200.46132.3514.1747.06
Hex67896E190142E84e2f
Octal14721115631024562041657
Binary110011110001001110111011001010100101110100001001110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67896E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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