Html Css Color HEX #6E962C Olive Drab

📋 copy color: '#6E962C'

red 110 ◦ green 150 ◦ blue 44

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

Shades of Olive Drab #6E962C

Tints of Olive Drab #6E962C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.47%

R = 36.18%
G = 49.34%
B = 14.47%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.71

 K value IS 0.41

RGB Variations

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

Color information

#6E962C (or 0x6E962C) is known color: Olive Drab. HEX triplet: 6E, 96 and 2C. RGB value is (110,150,44). Sum of RGB (Red+Green+Blue) = 110+150+44=304 (40% of max value = 765). Red value is 110 (43.36% from 255 or 36.18% from 304); Green value is 150 (58.98% from 255 or 49.34% from 304); Blue value is 44 (17.58% from 255 or 14.47% from 304); Max value from RGB is 150 - color contains mainly: green. Hex color #6E962C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E962C is #9169D3. Grayscale: #7E7E7E. Windows color (decimal): -9529812 or 2922094. OLE color: 2922094.

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

Color convert

RGB 110 150 44 -
CMYK 0.27 0 0.71 0.41
HSL 82.64º 0.55% 0.38% -
HSV(B) 82.64º 0.71% 0.59% -
XYZ 17.79 25.31 6.33 -
YUV 125.96 81.75 116.62 -
System Red Green Blue C M Y K H S L
Decimal 110 150 44 0.27 0 0.71 0.41 82.64 0.55 0.38
Hex 6E 96 2C 1B 0 47 29 53 37 26
Octal 156 226 54 33 0 107 51 123 67 46
Binary 1101110 10010110 101100 11011 0 1000111 101001 1010011 110111 100110

Color Harmonies of #6E962C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E962C

Black with #6E962C

Text Example


Text Example

White with #6E962C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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