Html Css Color HEX #6E832C Olive Drab

📋 copy color: '#6E832C'

red 110 ◦ green 131 ◦ blue 44

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

Shades of Olive Drab #6E832C

Tints of Olive Drab #6E832C

RGB

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

 GREEN value IS 131 (51.56% from 255) = 45.96%

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

R = 38.6%
G = 45.96%
B = 15.44%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 0.66

 K value IS 0.49

RGB Variations

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

Color information

#6E832C (or 0x6E832C) is known color: Olive Drab. HEX triplet: 6E, 83 and 2C. RGB value is (110,131,44). Sum of RGB (Red+Green+Blue) = 110+131+44=285 (37% of max value = 765). Red value is 110 (43.36% from 255 or 38.60% from 285); Green value is 131 (51.56% from 255 or 45.96% from 285); Blue value is 44 (17.58% from 255 or 15.44% from 285); Max value from RGB is 131 - color contains mainly: green. Hex color #6E832C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E832C is #917CD3. Grayscale: #737373. Windows color (decimal): -9534676 or 2917230. OLE color: 2917230.

HSL color Cylindrical-coordinate representation of color #6E832C: hue angle of 74.48º degrees, saturation: 0.5, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E832C is Cyan = 0.16, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.49.

Color convert

RGB 110 131 44 -
CMYK 0.16 0 0.66 0.49
HSL 74.48º 0.5% 0.34% -
HSV(B) 74.48º 0.66% 0.51% -
XYZ 15 19.73 5.4 -
YUV 114.8 88.04 124.57 -
System Red Green Blue C M Y K H S L
Decimal 110 131 44 0.16 0 0.66 0.49 74.48 0.5 0.34
Hex 6E 83 2C 10 0 42 31 4A 32 22
Octal 156 203 54 20 0 102 61 112 62 42
Binary 1101110 10000011 101100 10000 0 1000010 110001 1001010 110010 100010

Color Harmonies of #6E832C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E832C

Black with #6E832C

Text Example


Text Example

White with #6E832C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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