Html Css Color HEX #6A9320 Olive Drab

📋 copy color: '#6A9320'

red 106 ◦ green 147 ◦ blue 32

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

Shades of Olive Drab #6A9320

Tints of Olive Drab #6A9320

RGB

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

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

 BLUE value IS 32 (12.89% from 255) = 11.23%

R = 37.19%
G = 51.58%
B = 11.23%

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

#6A9320 (or 0x6A9320) is known color: Olive Drab. HEX triplet: 6A, 93 and 20. RGB value is (106,147,32). Sum of RGB (Red+Green+Blue) = 106+147+32=285 (37% of max value = 765). Red value is 106 (41.80% from 255 or 37.19% from 285); Green value is 147 (57.81% from 255 or 51.58% from 285); Blue value is 32 (12.89% from 255 or 11.23% from 285); Max value from RGB is 147 - color contains mainly: green. Hex color #6A9320 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6A9320 is #956CDF. Grayscale: #7A7A7A. Windows color (decimal): -9792736 or 2134890. OLE color: 2134890.

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

Color convert

RGB 106 147 32 -
CMYK 0.28 0 0.78 0.42
HSL 81.39º 0.64% 0.35% -
HSV(B) 81.39º 0.78% 0.58% -
XYZ 16.64 24.04 5.13 -
YUV 121.63 77.42 116.85 -
System Red Green Blue C M Y K H S L
Decimal 106 147 32 0.28 0 0.78 0.42 81.39 0.64 0.35
Hex 6A 93 20 1C 0 4E 2A 51 40 23
Octal 152 223 40 34 0 116 52 121 100 43
Binary 1101010 10010011 100000 11100 0 1001110 101010 1010001 1000000 100011

Color Harmonies of #6A9320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A9320

Black with #6A9320

Text Example


Text Example

White with #6A9320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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