#67826B

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

Shades of Laurel #67826B

Tints of Laurel #67826B

Color information

#67826B (or 0x67826B) is unknown color: approx Laurel. HEX triplet: 67, 82 and 6B. RGB value is (103,130,107). Sum of RGB (Red+Green+Blue) = 103+130+107=340 (45% of max value = 765). Red value is 103 (40.62% from 255 or 30.29% from 340); Green value is 130 (51.17% from 255 or 38.24% from 340); Blue value is 107 (42.19% from 255 or 31.47% from 340); Max value from RGB is 130 - color contains mainly: green. Hex color #67826B is not a web safe color. Web safe color analog (approx): #669966. Inversed color of #67826B is #987D94. Grayscale: #777777. Windows color (decimal): -9993621 or 7045735. OLE color: 7045735.

HSL color Cylindrical-coordinate representation of color #67826B: hue angle of 128.89º degrees, saturation: 0.12, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.21%. Process color model (Four color, CMYK) of #67826B is Cyan = 0.21, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.49.

Color convert

RGB103130107-
CMYK0.2100.180.49
HSL128.89º11.59%45.69%-
HSV(B)128.89º20.77%50.98%-
XYZ16.2319.9116.9-
YUV119.3121.05116.37-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 30.29%
GREEN value IS 130 (51.17% from 255) = 38.24%
BLUE value IS 107 (42.19% from 255) = 31.47%
R=30.29%
G=38.24%
B=31.47%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1031301070.2100.180.49128.8911.5945.69
Hex67826B150123181c2e
Octal14720215325022612011456
Binary110011110000010110101110101010010110001100000011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #67826B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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