#678B0A

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

Shades of Olive Drab #678B0A

Tints of Olive Drab #678B0A

Color information

#678B0A (or 0x678B0A) is unknown color: approx Olive Drab. HEX triplet: 67, 8B and 0A. RGB value is (103,139,10). Sum of RGB (Red+Green+Blue) = 103+139+10=252 (33% of max value = 765). Red value is 103 (40.62% from 255 or 40.87% from 252); Green value is 139 (54.69% from 255 or 55.16% from 252); Blue value is 10 (4.30% from 255 or 3.97% from 252); Max value from RGB is 139 - color contains mainly: green. Hex color #678B0A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #678B0A is #9874F5. Grayscale: #727272. Windows color (decimal): -9991414 or 691047. OLE color: 691047.

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

Color convert

RGB10313910-
CMYK0.2600.930.45
HSL76.74º86.58%29.22%-
HSV(B)76.74º92.81%54.51%-
XYZ14.8821.373.63-
YUV113.5369.57120.49-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 40.87%
GREEN value IS 139 (54.69% from 255) = 55.16%
BLUE value IS 10 (4.30% from 255) = 3.97%
R=40.87%
G=55.16%
B=3.97%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.93
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal103139100.2600.930.4576.7486.5829.22
Hex678BA1A05D2D4d571d
Octal147213123201355511512735
Binary110011110001011101011010010111011011011001101101011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678B0A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(103,139,10); }

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

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

 a { background-color: rgb(103,139,10); }

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

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

 span { border-color: rgb(103,139,10); }

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