Html Css Color HEX #6E9320 Olive Drab

📋 copy color: '#6E9320'

red 110 ◦ green 147 ◦ blue 32

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

Shades of Olive Drab #6E9320

Tints of Olive Drab #6E9320

RGB

 RED value IS 110 (43.36% from 255) = 38.06%

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

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

R = 38.06%
G = 50.87%
B = 11.07%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 0.78

 K value IS 0.42

RGB Variations

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

Color information

#6E9320 (or 0x6E9320) is known color: Olive Drab. HEX triplet: 6E, 93 and 20. RGB value is (110,147,32). Sum of RGB (Red+Green+Blue) = 110+147+32=289 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.06% from 289); Green value is 147 (57.81% from 255 or 50.87% from 289); Blue value is 32 (12.89% from 255 or 11.07% from 289); Max value from RGB is 147 - color contains mainly: green. Hex color #6E9320 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E9320 is #916CDF. Grayscale: #7B7B7B. Windows color (decimal): -9530592 or 2134894. OLE color: 2134894.

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

Color convert

RGB 110 147 32 -
CMYK 0.25 0 0.78 0.42
HSL 79.3º 0.64% 0.35% -
HSV(B) 79.3º 0.78% 0.58% -
XYZ 17.12 24.29 5.15 -
YUV 122.83 76.74 118.85 -
System Red Green Blue C M Y K H S L
Decimal 110 147 32 0.25 0 0.78 0.42 79.3 0.64 0.35
Hex 6E 93 20 19 0 4E 2A 4F 40 23
Octal 156 223 40 31 0 116 52 117 100 43
Binary 1101110 10010011 100000 11001 0 1001110 101010 1001111 1000000 100011

Color Harmonies of #6E9320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E9320

Black with #6E9320

Text Example


Text Example

White with #6E9320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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