#6D8334

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

Shades of Olive Drab #6D8334

Tints of Olive Drab #6D8334

Color information

#6D8334 (or 0x6D8334) is unknown color: approx Olive Drab. HEX triplet: 6D, 83 and 34. RGB value is (109,131,52). Sum of RGB (Red+Green+Blue) = 109+131+52=292 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.33% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 52 (20.70% from 255 or 17.81% from 292); Max value from RGB is 131 - color contains mainly: green. Hex color #6D8334 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8334 is #927CCB. Grayscale: #737373. Windows color (decimal): -9600204 or 3441517. OLE color: 3441517.

HSL color Cylindrical-coordinate representation of color #6D8334: hue angle of 76.71º degrees, saturation: 0.43, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #6D8334 is Cyan = 0.17, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.49.

Color convert

RGB10913152-
CMYK0.1700.600.49
HSL76.71º43.17%35.88%-
HSV(B)76.71º60.31%51.37%-
XYZ15.0419.736.26-
YUV115.4292.21123.42-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.33%
GREEN value IS 131 (51.56% from 255) = 44.86%
BLUE value IS 52 (20.70% from 255) = 17.81%
R=37.33%
G=44.86%
B=17.81%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.60
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal109131520.1700.600.4976.7143.1735.88
Hex6D83341103C314d2b24
Octal1552036421074611155344
Binary1101101100000111101001000101111001100011001101101011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8334

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,131,52); }

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

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

 a { background-color: rgb(109,131,52); }

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

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

 span { border-color: rgb(109,131,52); }

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