Html Css Color HEX #6A9221 Olive Drab

📋 copy color: '#6A9221'

red 106 ◦ green 146 ◦ blue 33

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

Shades of Olive Drab #6A9221

Tints of Olive Drab #6A9221

RGB

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

 GREEN value IS 146 (57.42% from 255) = 51.23%

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

R = 37.19%
G = 51.23%
B = 11.58%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.77

 K value IS 0.43

RGB Variations

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

Color information

#6A9221 (or 0x6A9221) is known color: Olive Drab. HEX triplet: 6A, 92 and 21. RGB value is (106,146,33). Sum of RGB (Red+Green+Blue) = 106+146+33=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 146 (57.42% from 255 or 51.23% from 285); Blue value is 33 (13.28% from 255 or 11.58% from 285); Max value from RGB is 146 - color contains mainly: green. Hex color #6A9221 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9221 is #956DDE. Grayscale: #797979. Windows color (decimal): -9792991 or 2200170. OLE color: 2200170.

HSL color Cylindrical-coordinate representation of color #6A9221: hue angle of 81.24º degrees, saturation: 0.63, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #6A9221 is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB 106 146 33 -
CMYK 0.27 0 0.77 0.43
HSL 81.24º 0.63% 0.35% -
HSV(B) 81.24º 0.77% 0.57% -
XYZ 16.5 23.73 5.15 -
YUV 121.16 78.25 117.19 -
System Red Green Blue C M Y K H S L
Decimal 106 146 33 0.27 0 0.77 0.43 81.24 0.63 0.35
Hex 6A 92 21 1B 0 4D 2B 51 3F 23
Octal 152 222 41 33 0 115 53 121 77 43
Binary 1101010 10010010 100001 11011 0 1001101 101011 1010001 111111 100011

Color Harmonies of #6A9221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9221

Black with #6A9221

Text Example


Text Example

White with #6A9221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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