#67896B

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

Shades of Laurel #67896B

Tints of Laurel #67896B

Color information

#67896B (or 0x67896B) is unknown color: approx Laurel. HEX triplet: 67, 89 and 6B. RGB value is (103,137,107). Sum of RGB (Red+Green+Blue) = 103+137+107=347 (45% of max value = 765). Red value is 103 (40.62% from 255 or 29.68% from 347); Green value is 137 (53.91% from 255 or 39.48% from 347); Blue value is 107 (42.19% from 255 or 30.84% from 347); Max value from RGB is 137 - color contains mainly: green. Hex color #67896B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67896B is #987694. Grayscale: #7B7B7B. Windows color (decimal): -9991829 or 7047527. OLE color: 7047527.

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

Color convert

RGB103137107-
CMYK0.2500.220.46
HSL127.06º14.17%47.06%-
HSV(B)127.06º24.82%53.73%-
XYZ17.1921.8417.22-
YUV123.41118.74113.44-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 29.68%
GREEN value IS 137 (53.91% from 255) = 39.48%
BLUE value IS 107 (42.19% from 255) = 30.84%
R=29.68%
G=39.48%
B=30.84%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal1031371070.2500.220.46127.0614.1747.06
Hex67896B190162E7fe2f
Octal14721115331026561771657
Binary11001111000100111010111100101011010111011111111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67896B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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