Html Css Color HEX #6E962E Olive Drab

📋 copy color: '#6E962E'

red 110 ◦ green 150 ◦ blue 46

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

Shades of Olive Drab #6E962E

Tints of Olive Drab #6E962E

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.02%

 BLUE value IS 46 (18.36% from 255) = 15.03%

R = 35.95%
G = 49.02%
B = 15.03%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.69

 K value IS 0.41

RGB Variations

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

Color information

#6E962E (or 0x6E962E) is known color: Olive Drab. HEX triplet: 6E, 96 and 2E. RGB value is (110,150,46). Sum of RGB (Red+Green+Blue) = 110+150+46=306 (40% of max value = 765). Red value is 110 (43.36% from 255 or 35.95% from 306); Green value is 150 (58.98% from 255 or 49.02% from 306); Blue value is 46 (18.36% from 255 or 15.03% from 306); Max value from RGB is 150 - color contains mainly: green. Hex color #6E962E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E962E is #9169D1. Grayscale: #7E7E7E. Windows color (decimal): -9529810 or 3053166. OLE color: 3053166.

HSL color Cylindrical-coordinate representation of color #6E962E: hue angle of 83.08º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #6E962E is Cyan = 0.27, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.41.

Color convert

RGB 110 150 46 -
CMYK 0.27 0 0.69 0.41
HSL 83.08º 0.53% 0.38% -
HSV(B) 83.08º 0.69% 0.59% -
XYZ 17.83 25.32 6.53 -
YUV 126.18 82.75 116.46 -
System Red Green Blue C M Y K H S L
Decimal 110 150 46 0.27 0 0.69 0.41 83.08 0.53 0.38
Hex 6E 96 2E 1B 0 45 29 53 35 26
Octal 156 226 56 33 0 105 51 123 65 46
Binary 1101110 10010110 101110 11011 0 1000101 101001 1010011 110101 100110

Color Harmonies of #6E962E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E962E

Black with #6E962E

Text Example


Text Example

White with #6E962E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,150,46); }

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

background-color css

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

 a { background-color: rgb(110,150,46); }

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

border-color css

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

 span { border-color: rgb(110,150,46); }

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