Html Css Color HEX #6A9122 Olive Drab

📋 copy color: '#6A9122'

red 106 ◦ green 145 ◦ blue 34

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

Shades of Olive Drab #6A9122

Tints of Olive Drab #6A9122

RGB

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

 GREEN value IS 145 (57.03% from 255) = 50.88%

 BLUE value IS 34 (13.67% from 255) = 11.93%

R = 37.19%
G = 50.88%
B = 11.93%

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

#6A9122 (or 0x6A9122) is known color: Olive Drab. HEX triplet: 6A, 91 and 22. RGB value is (106,145,34). Sum of RGB (Red+Green+Blue) = 106+145+34=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 145 (57.03% from 255 or 50.88% from 285); Blue value is 34 (13.67% from 255 or 11.93% from 285); Max value from RGB is 145 - color contains mainly: green. Hex color #6A9122 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9122 is #956EDD. Grayscale: #797979. Windows color (decimal): -9793246 or 2265450. OLE color: 2265450.

HSL color Cylindrical-coordinate representation of color #6A9122: hue angle of 81.08º degrees, saturation: 0.62, 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 #6A9122 is Cyan = 0.27, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.43.

Color convert

RGB 106 145 34 -
CMYK 0.27 0 0.77 0.43
HSL 81.08º 0.62% 0.35% -
HSV(B) 81.08º 0.77% 0.57% -
XYZ 16.36 23.43 5.17 -
YUV 120.69 79.08 117.53 -
System Red Green Blue C M Y K H S L
Decimal 106 145 34 0.27 0 0.77 0.43 81.08 0.62 0.35
Hex 6A 91 22 1B 0 4D 2B 51 3E 23
Octal 152 221 42 33 0 115 53 121 76 43
Binary 1101010 10010001 100010 11011 0 1001101 101011 1010001 111110 100011

Color Harmonies of #6A9122

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9122

Black with #6A9122

Text Example


Text Example

White with #6A9122

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,145,34); }

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

background-color css

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

 a { background-color: rgb(106,145,34); }

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

border-color css

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

 span { border-color: rgb(106,145,34); }

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