Html Css Color HEX #6E8834 Olive Drab

📋 copy color: '#6E8834'

red 110 ◦ green 136 ◦ blue 52

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

Shades of Olive Drab #6E8834

Tints of Olive Drab #6E8834

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 17.45%

R = 36.91%
G = 45.64%
B = 17.45%

CMYK

 C value IS 0.19

 M value IS 0

 Y value IS 0.62

 K value IS 0.47

RGB Variations

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

Color information

#6E8834 (or 0x6E8834) is known color: Olive Drab. HEX triplet: 6E, 88 and 34. RGB value is (110,136,52). Sum of RGB (Red+Green+Blue) = 110+136+52=298 (39% of max value = 765). Red value is 110 (43.36% from 255 or 36.91% from 298); Green value is 136 (53.52% from 255 or 45.64% from 298); Blue value is 52 (20.70% from 255 or 17.45% from 298); Max value from RGB is 136 - color contains mainly: green. Hex color #6E8834 is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8834 is #9177CB. Grayscale: #767676. Windows color (decimal): -9533388 or 3442798. OLE color: 3442798.

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

Color convert

RGB 110 136 52 -
CMYK 0.19 0 0.62 0.47
HSL 78.57º 0.45% 0.37% -
HSV(B) 78.57º 0.62% 0.53% -
XYZ 15.85 21.17 6.5 -
YUV 118.65 90.39 121.83 -
System Red Green Blue C M Y K H S L
Decimal 110 136 52 0.19 0 0.62 0.47 78.57 0.45 0.37
Hex 6E 88 34 13 0 3E 2F 4F 2D 25
Octal 156 210 64 23 0 76 57 117 55 45
Binary 1101110 10001000 110100 10011 0 111110 101111 1001111 101101 100101

Color Harmonies of #6E8834

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8834

Black with #6E8834

Text Example


Text Example

White with #6E8834

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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