#6B8520

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

Shades of Olive Drab #6B8520

Tints of Olive Drab #6B8520

Color information

#6B8520 (or 0x6B8520) is unknown color: approx Olive Drab. HEX triplet: 6B, 85 and 20. RGB value is (107,133,32). Sum of RGB (Red+Green+Blue) = 107+133+32=272 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.34% from 272); Green value is 133 (52.34% from 255 or 48.90% from 272); Blue value is 32 (12.89% from 255 or 11.76% from 272); Max value from RGB is 133 - color contains mainly: green. Hex color #6B8520 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8520 is #947ADF. Grayscale: #727272. Windows color (decimal): -9730784 or 2131307. OLE color: 2131307.

HSL color Cylindrical-coordinate representation of color #6B8520: hue angle of 75.45º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #6B8520 is Cyan = 0.20, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.48.

Color convert

RGB10713332-
CMYK0.2000.760.48
HSL75.45º61.21%32.35%-
HSV(B)75.45º75.94%52.16%-
XYZ14.7120.014.45-
YUV113.7181.89123.21-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.34%
GREEN value IS 133 (52.34% from 255) = 48.90%
BLUE value IS 32 (12.89% from 255) = 11.76%
R=39.34%
G=48.90%
B=11.76%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal107133320.2000.760.4875.4561.2132.35
Hex6B85201404C304b3d20
Octal15320540240114601137540
Binary11010111000010110000010100010011001100001001011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8520

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,133,32); }

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

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

 a { background-color: rgb(107,133,32); }

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

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

 span { border-color: rgb(107,133,32); }

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