#678B1F

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

Shades of Olive Drab #678B1F

Tints of Olive Drab #678B1F

Color information

#678B1F (or 0x678B1F) is unknown color: approx Olive Drab. HEX triplet: 67, 8B and 1F. RGB value is (103,139,31). Sum of RGB (Red+Green+Blue) = 103+139+31=273 (36% of max value = 765). Red value is 103 (40.62% from 255 or 37.73% from 273); Green value is 139 (54.69% from 255 or 50.92% from 273); Blue value is 31 (12.5% from 255 or 11.36% from 273); Max value from RGB is 139 - color contains mainly: green. Hex color #678B1F is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678B1F is #9874E0. Grayscale: #747474. Windows color (decimal): -9991393 or 2067303. OLE color: 2067303.

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

Color convert

RGB10313931-
CMYK0.2600.780.45
HSL80º63.53%33.33%-
HSV(B)80º77.7%54.51%-
XYZ15.0721.454.64-
YUV115.9280.07118.78-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 37.73%
GREEN value IS 139 (54.69% from 255) = 50.92%
BLUE value IS 31 (12.5% from 255) = 11.36%
R=37.73%
G=50.92%
B=11.36%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal103139310.2600.780.458063.5333.33
Hex678B1F1A04E2D504021
Octal147213373201165512010041
Binary11001111000101111111110100100111010110110100001000000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678B1F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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