#6D8A1A

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

Shades of Olive Drab #6D8A1A

Tints of Olive Drab #6D8A1A

Color information

#6D8A1A (or 0x6D8A1A) is unknown color: approx Olive Drab. HEX triplet: 6D, 8A and 1A. RGB value is (109,138,26). Sum of RGB (Red+Green+Blue) = 109+138+26=273 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.93% from 273); Green value is 138 (54.30% from 255 or 50.55% from 273); Blue value is 26 (10.55% from 255 or 9.52% from 273); Max value from RGB is 138 - color contains mainly: green. Hex color #6D8A1A is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8A1A is #9275E5. Grayscale: #747474. Windows color (decimal): -9598438 or 1739373. OLE color: 1739373.

HSL color Cylindrical-coordinate representation of color #6D8A1A: hue angle of 75.54º degrees, saturation: 0.68, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #6D8A1A is Cyan = 0.21, Magento = 0, Yellow = 0.81 and Black (K on CMYK) = 0.46.

Color convert

RGB10913826-
CMYK0.2100.810.46
HSL75.54º68.29%32.16%-
HSV(B)75.54º81.16%54.12%-
XYZ15.5821.54.31-
YUV116.5676.89122.61-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 39.93%
GREEN value IS 138 (54.30% from 255) = 50.55%
BLUE value IS 26 (10.55% from 255) = 9.52%
R=39.93%
G=50.55%
B=9.52%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0
Y (Yellow) values IS 0.81
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal109138260.2100.810.4675.5468.2932.16
Hex6D8A1A150512E4c4420
Octal155212322501215611410440
Binary11011011000101011010101010101000110111010011001000100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8A1A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D8A1A; }

 p { color: rgb(109,138,26); }

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

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

 a { background-color: rgb(109,138,26); }

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

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

 span { border-color: rgb(109,138,26); }

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