#6B8421

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

Shades of Olive Drab #6B8421

Tints of Olive Drab #6B8421

Color information

#6B8421 (or 0x6B8421) is unknown color: approx Olive Drab. HEX triplet: 6B, 84 and 21. RGB value is (107,132,33). Sum of RGB (Red+Green+Blue) = 107+132+33=272 (36% of max value = 765). Red value is 107 (42.19% from 255 or 39.34% from 272); Green value is 132 (51.95% from 255 or 48.53% from 272); Blue value is 33 (13.28% from 255 or 12.13% from 272); Max value from RGB is 132 - color contains mainly: green. Hex color #6B8421 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6B8421 is #947BDE. Grayscale: #717171. Windows color (decimal): -9731039 or 2196587. OLE color: 2196587.

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

Color convert

RGB10713233-
CMYK0.1900.750.48
HSL75.15º60%32.35%-
HSV(B)75.15º75%51.76%-
XYZ14.5919.744.48-
YUV113.2482.72123.55-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 39.34%
GREEN value IS 132 (51.95% from 255) = 48.53%
BLUE value IS 33 (13.28% from 255) = 12.13%
R=39.34%
G=48.53%
B=12.13%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal107132330.1900.750.4875.156032.35
Hex6B84211304B304b3c20
Octal15320441230113601137440
Binary11010111000010010000110011010010111100001001011111100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6B8421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,132,33); }

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

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

 a { background-color: rgb(107,132,33); }

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

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

 span { border-color: rgb(107,132,33); }

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