#6A9421

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

Shades of Olive Drab #6A9421

Tints of Olive Drab #6A9421

Color information

#6A9421 (or 0x6A9421) is unknown color: approx Olive Drab. HEX triplet: 6A, 94 and 21. RGB value is (106,148,33). Sum of RGB (Red+Green+Blue) = 106+148+33=287 (38% of max value = 765). Red value is 106 (41.80% from 255 or 36.93% from 287); Green value is 148 (58.20% from 255 or 51.57% from 287); Blue value is 33 (13.28% from 255 or 11.50% from 287); Max value from RGB is 148 - color contains mainly: green. Hex color #6A9421 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9421 is #956BDE. Grayscale: #7A7A7A. Windows color (decimal): -9792479 or 2200682. OLE color: 2200682.

HSL color Cylindrical-coordinate representation of color #6A9421: hue angle of 81.91º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6A9421 is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB10614833-
CMYK0.2800.780.42
HSL81.91º63.54%35.49%-
HSV(B)81.91º77.7%58.04%-
XYZ16.8124.355.25-
YUV122.3377.59116.35-

RGB Variations

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

RGB

RED value IS 106 (41.80% from 255) = 36.93%
GREEN value IS 148 (58.20% from 255) = 51.57%
BLUE value IS 33 (13.28% from 255) = 11.50%
R=36.93%
G=51.57%
B=11.50%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0
Y (Yellow) values IS 0.78
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal106148330.2800.780.4281.9163.5435.49
Hex6A94211C04E2A524023
Octal152224413401165212210043
Binary110101010010100100001111000100111010101010100101000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6A9421

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(106,148,33); }

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

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

 a { background-color: rgb(106,148,33); }

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

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

 span { border-color: rgb(106,148,33); }

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