#678218

Color #678218 Olive Drab (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Olive Drab #678218

Tints of Olive Drab #678218

Color information

#678218 (or 0x678218) is unknown color: approx Olive Drab. HEX triplet: 67, 82 and 18. RGB value is (103,130,24). Sum of RGB (Red+Green+Blue) = 103+130+24=257 (34% of max value = 765). Red value is 103 (40.62% from 255 or 40.08% from 257); Green value is 130 (51.17% from 255 or 50.58% from 257); Blue value is 24 (9.77% from 255 or 9.34% from 257); Max value from RGB is 130 - color contains mainly: green. Hex color #678218 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678218 is #987DE7. Grayscale: #6E6E6E. Windows color (decimal): -9993704 or 1606247. OLE color: 1606247.

HSL color Cylindrical-coordinate representation of color #678218: hue angle of 75.28º degrees, saturation: 0.69, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #678218 is Cyan = 0.21, Magento = 0, Yellow = 0.82 and Black (K on CMYK) = 0.49.

Color convert

RGB10313024-
CMYK0.2100.820.49
HSL75.28º68.83%30.2%-
HSV(B)75.28º81.54%50.98%-
XYZ13.7418.913.79-
YUV109.8479.55123.12-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 40.08%
GREEN value IS 130 (51.17% from 255) = 50.58%
BLUE value IS 24 (9.77% from 255) = 9.34%
R=40.08%
G=50.58%
B=9.34%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.82
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal103130240.2100.820.4975.2868.8330.2
Hex67821815052314b451e
Octal147202302501226111310536
Binary1100111100000101100010101010100101100011001011100010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678218

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678218; }

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

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

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

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

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

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

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

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