Html Css Color HEX #6A9321 Olive Drab

📋 copy color: '#6A9321'

red 106 ◦ green 147 ◦ blue 33

#6A9321
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Olive Drab #6A9321

Tints of Olive Drab #6A9321

RGB

 RED value IS 106 (41.8% from 255) = 37.06%

 GREEN value IS 147 (57.81% from 255) = 51.4%

 BLUE value IS 33 (13.28% from 255) = 11.54%

R = 37.06%
G = 51.4%
B = 11.54%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#6A9321 (or 0x6A9321) is known color: Olive Drab. HEX triplet: 6A, 93 and 21. RGB value is (106,147,33). Sum of RGB (Red+Green+Blue) = 106+147+33=286 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.06% from 286); Green value is 147 (57.81% from 255 or 51.40% from 286); Blue value is 33 (13.28% from 255 or 11.54% from 286); Max value from RGB is 147 - color contains mainly: green. Hex color #6A9321 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9321 is #956CDE. Grayscale: #7A7A7A. Windows color (decimal): -9792735 or 2200426. OLE color: 2200426.

HSL color Cylindrical-coordinate representation of color #6A9321: hue angle of 81.58º degrees, saturation: 0.63, 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 #6A9321 is Cyan = 0.28, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.42.

Color convert

RGB 106 147 33 -
CMYK 0.28 0 0.78 0.42
HSL 81.58º 0.63% 0.35% -
HSV(B) 81.58º 0.78% 0.58% -
XYZ 16.65 24.04 5.2 -
YUV 121.75 77.92 116.77 -
System Red Green Blue C M Y K H S L
Decimal 106 147 33 0.28 0 0.78 0.42 81.58 0.63 0.35
Hex 6A 93 21 1C 0 4E 2A 52 3F 23
Octal 152 223 41 34 0 116 52 122 77 43
Binary 1101010 10010011 100001 11100 0 1001110 101010 1010010 111111 100011

Color Harmonies of #6A9321

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9321

Black with #6A9321

Text Example


Text Example

White with #6A9321

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #6A9321;
 }
 .AnyTagClassName
 {
   color: #6A9321;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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