Html Css Color HEX #6E8832 Olive Drab

📋 copy color: '#6E8832'

red 110 ◦ green 136 ◦ blue 50

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

Shades of Olive Drab #6E8832

Tints of Olive Drab #6E8832

RGB

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

 GREEN value IS 136 (53.52% from 255) = 45.95%

 BLUE value IS 50 (19.92% from 255) = 16.89%

R = 37.16%
G = 45.95%
B = 16.89%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.63

 K value IS 0.47

RGB Variations

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

Color information

#6E8832 (or 0x6E8832) is known color: Olive Drab. HEX triplet: 6E, 88 and 32. RGB value is (110,136,50). Sum of RGB (Red+Green+Blue) = 110+136+50=296 (39% of max value = 765). Red value is 110 (43.36% from 255 or 37.16% from 296); Green value is 136 (53.52% from 255 or 45.95% from 296); Blue value is 50 (19.92% from 255 or 16.89% from 296); Max value from RGB is 136 - color contains mainly: green. Hex color #6E8832 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8832 is #9177CD. Grayscale: #767676. Windows color (decimal): -9533390 or 3311726. OLE color: 3311726.

HSL color Cylindrical-coordinate representation of color #6E8832: hue angle of 78.14º degrees, saturation: 0.46, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #6E8832 is Cyan = 0.19, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.47.

Color convert

RGB 110 136 50 -
CMYK 0.19 0 0.63 0.47
HSL 78.14º 0.46% 0.36% -
HSV(B) 78.14º 0.63% 0.53% -
XYZ 15.81 21.15 6.27 -
YUV 118.42 89.39 121.99 -
System Red Green Blue C M Y K H S L
Decimal 110 136 50 0.19 0 0.63 0.47 78.14 0.46 0.36
Hex 6E 88 32 13 0 3F 2F 4E 2E 24
Octal 156 210 62 23 0 77 57 116 56 44
Binary 1101110 10001000 110010 10011 0 111111 101111 1001110 101110 100100

Color Harmonies of #6E8832

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8832

Black with #6E8832

Text Example


Text Example

White with #6E8832

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,136,50); }

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

background-color css

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

 a { background-color: rgb(110,136,50); }

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

border-color css

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

 span { border-color: rgb(110,136,50); }

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