Html Css Color HEX #6E891E Olive Drab

📋 copy color: '#6E891E'

red 110 ◦ green 137 ◦ blue 30

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

Shades of Olive Drab #6E891E

Tints of Olive Drab #6E891E

RGB

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

 GREEN value IS 137 (53.91% from 255) = 49.46%

 BLUE value IS 30 (12.11% from 255) = 10.83%

R = 39.71%
G = 49.46%
B = 10.83%

CMYK

 C value IS 0.20

 M value IS 0

 Y value IS 0.78

 K value IS 0.46

RGB Variations

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

Color information

#6E891E (or 0x6E891E) is known color: Olive Drab. HEX triplet: 6E, 89 and 1E. RGB value is (110,137,30). Sum of RGB (Red+Green+Blue) = 110+137+30=277 (36% of max value = 765). Red value is 110 (43.36% from 255 or 39.71% from 277); Green value is 137 (53.91% from 255 or 49.46% from 277); Blue value is 30 (12.11% from 255 or 10.83% from 277); Max value from RGB is 137 - color contains mainly: green. Hex color #6E891E is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E891E is #9176E1. Grayscale: #757575. Windows color (decimal): -9533154 or 2001262. OLE color: 2001262.

HSL color Cylindrical-coordinate representation of color #6E891E: hue angle of 75.14º degrees, saturation: 0.64, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #6E891E is Cyan = 0.20, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.46.

Color convert

RGB 110 137 30 -
CMYK 0.20 0 0.78 0.46
HSL 75.14º 0.64% 0.33% -
HSV(B) 75.14º 0.78% 0.54% -
XYZ 15.61 21.3 4.52 -
YUV 116.73 79.05 123.2 -
System Red Green Blue C M Y K H S L
Decimal 110 137 30 0.20 0 0.78 0.46 75.14 0.64 0.33
Hex 6E 89 1E 14 0 4E 2E 4B 40 21
Octal 156 211 36 24 0 116 56 113 100 41
Binary 1101110 10001001 11110 10100 0 1001110 101110 1001011 1000000 100001

Color Harmonies of #6E891E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E891E

Black with #6E891E

Text Example


Text Example

White with #6E891E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,137,30); }

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

background-color css

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

 a { background-color: rgb(110,137,30); }

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

border-color css

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

 span { border-color: rgb(110,137,30); }

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