#6D8330

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

Shades of Olive Drab #6D8330

Tints of Olive Drab #6D8330

Color information

#6D8330 (or 0x6D8330) is unknown color: approx Olive Drab. HEX triplet: 6D, 83 and 30. RGB value is (109,131,48). Sum of RGB (Red+Green+Blue) = 109+131+48=288 (38% of max value = 765). Red value is 109 (42.97% from 255 or 37.85% from 288); Green value is 131 (51.56% from 255 or 45.49% from 288); Blue value is 48 (19.14% from 255 or 16.67% from 288); Max value from RGB is 131 - color contains mainly: green. Hex color #6D8330 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6D8330 is #927CCF. Grayscale: #737373. Windows color (decimal): -9600208 or 3179373. OLE color: 3179373.

HSL color Cylindrical-coordinate representation of color #6D8330: hue angle of 75.9º degrees, saturation: 0.46, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6D8330 is Cyan = 0.17, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.49.

Color convert

RGB10913148-
CMYK0.1700.630.49
HSL75.9º46.37%35.1%-
HSV(B)75.9º63.36%51.37%-
XYZ14.9619.75.81-
YUV114.9690.21123.75-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 37.85%
GREEN value IS 131 (51.56% from 255) = 45.49%
BLUE value IS 48 (19.14% from 255) = 16.67%
R=37.85%
G=45.49%
B=16.67%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0
Y (Yellow) values IS 0.63
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal109131480.1700.630.4975.946.3735.1
Hex6D83301103F314c2e23
Octal1552036021077611145643
Binary1101101100000111100001000101111111100011001100101110100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D8330

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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