#678C15

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

Shades of Olive Drab #678C15

Tints of Olive Drab #678C15

Color information

#678C15 (or 0x678C15) is unknown color: approx Olive Drab. HEX triplet: 67, 8C and 15. RGB value is (103,140,21). Sum of RGB (Red+Green+Blue) = 103+140+21=264 (34% of max value = 765). Red value is 103 (40.62% from 255 or 39.02% from 264); Green value is 140 (55.08% from 255 or 53.03% from 264); Blue value is 21 (8.59% from 255 or 7.95% from 264); Max value from RGB is 140 - color contains mainly: green. Hex color #678C15 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678C15 is #9873EA. Grayscale: #737373. Windows color (decimal): -9991147 or 1412199. OLE color: 1412199.

HSL color Cylindrical-coordinate representation of color #678C15: hue angle of 78.66º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #678C15 is Cyan = 0.26, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.45.

Color convert

RGB10314021-
CMYK0.2600.850.45
HSL78.66º73.91%31.57%-
HSV(B)78.66º85%54.9%-
XYZ15.1121.694.1-
YUV115.3774.74119.18-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 39.02%
GREEN value IS 140 (55.08% from 255) = 53.03%
BLUE value IS 21 (8.59% from 255) = 7.95%
R=39.02%
G=53.03%
B=7.95%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal103140210.2600.850.4578.6673.9131.57
Hex678C151A0552D4f4a20
Octal147214253201255511711240
Binary11001111000110010101110100101010110110110011111001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678C15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678C15; }

 p { color: rgb(103,140,21); }

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

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

 a { background-color: rgb(103,140,21); }

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

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

 span { border-color: rgb(103,140,21); }

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