#6D823B

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

Shades of Olive Drab #6D823B

Tints of Olive Drab #6D823B

Color information

#6D823B (or 0x6D823B) is unknown color: approx Olive Drab. HEX triplet: 6D, 82 and 3B. RGB value is (109,130,59). Sum of RGB (Red+Green+Blue) = 109+130+59=298 (39% of max value = 765). Red value is 109 (42.97% from 255 or 36.58% from 298); Green value is 130 (51.17% from 255 or 43.62% from 298); Blue value is 59 (23.44% from 255 or 19.80% from 298); Max value from RGB is 130 - color contains mainly: green. Hex color #6D823B is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D823B is #927DC4. Grayscale: #737373. Windows color (decimal): -9600453 or 3900013. OLE color: 3900013.

HSL color Cylindrical-coordinate representation of color #6D823B: hue angle of 77.75º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6D823B is Cyan = 0.16, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.49.

Color convert

RGB10913059-
CMYK0.1600.550.49
HSL77.75º37.57%37.06%-
HSV(B)77.75º54.62%50.98%-
XYZ15.0819.537.11-
YUV115.6396.04123.27-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 36.58%
GREEN value IS 130 (51.17% from 255) = 43.62%
BLUE value IS 59 (23.44% from 255) = 19.80%
R=36.58%
G=43.62%
B=19.80%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal109130590.1600.550.4977.7537.5737.06
Hex6D823B10037314e2625
Octal1552027320067611164645
Binary1101101100000101110111000001101111100011001110100110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D823B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,130,59); }

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

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

 a { background-color: rgb(109,130,59); }

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

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

 span { border-color: rgb(109,130,59); }

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