#678131

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

Shades of Olive Drab #678131

Tints of Olive Drab #678131

Color information

#678131 (or 0x678131) is unknown color: approx Olive Drab. HEX triplet: 67, 81 and 31. RGB value is (103,129,49). Sum of RGB (Red+Green+Blue) = 103+129+49=281 (37% of max value = 765). Red value is 103 (40.62% from 255 or 36.65% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 49 (19.53% from 255 or 17.44% from 281); Max value from RGB is 129 - color contains mainly: green. Hex color #678131 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #678131 is #987ECE. Grayscale: #707070. Windows color (decimal): -9993935 or 3244391. OLE color: 3244391.

HSL color Cylindrical-coordinate representation of color #678131: hue angle of 79.5º degrees, saturation: 0.45, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #678131 is Cyan = 0.20, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.49.

Color convert

RGB10312949-
CMYK0.2000.620.49
HSL79.5º44.94%34.9%-
HSV(B)79.5º62.02%50.59%-
XYZ1418.815.8-
YUV112.1192.39121.5-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 36.65%
GREEN value IS 129 (50.78% from 255) = 45.91%
BLUE value IS 49 (19.53% from 255) = 17.44%
R=36.65%
G=45.91%
B=17.44%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal103129490.2000.620.4979.544.9434.9
Hex6781311403E31502d23
Octal1472016124076611205543
Binary1100111100000011100011010001111101100011010000101101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #678131

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #678131; }

 p { color: rgb(103,129,49); }

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

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

 a { background-color: rgb(103,129,49); }

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

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

 span { border-color: rgb(103,129,49); }

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