Html Css Color HEX #6E8115 Olive Drab

📋 copy color: '#6E8115'

red 110 ◦ green 129 ◦ blue 21

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

Shades of Olive Drab #6E8115

Tints of Olive Drab #6E8115

RGB

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

 GREEN value IS 129 (50.78% from 255) = 49.62%

 BLUE value IS 21 (8.59% from 255) = 8.08%

R = 42.31%
G = 49.62%
B = 8.08%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.84

 K value IS 0.49

RGB Variations

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

Color information

#6E8115 (or 0x6E8115) is known color: Olive Drab. HEX triplet: 6E, 81 and 15. RGB value is (110,129,21). Sum of RGB (Red+Green+Blue) = 110+129+21=260 (34% of max value = 765). Red value is 110 (43.36% from 255 or 42.31% from 260); Green value is 129 (50.78% from 255 or 49.62% from 260); Blue value is 21 (8.59% from 255 or 8.08% from 260); Max value from RGB is 129 - color contains mainly: green. Hex color #6E8115 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E8115 is #917EEA. Grayscale: #6F6F6F. Windows color (decimal): -9535211 or 1409390. OLE color: 1409390.

HSL color Cylindrical-coordinate representation of color #6E8115: hue angle of 70.56º degrees, saturation: 0.72, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #6E8115 is Cyan = 0.15, Magento = 0, Yellow = 0.84 and Black (K on CMYK) = 0.49.

Color convert

RGB 110 129 21 -
CMYK 0.15 0 0.84 0.49
HSL 70.56º 0.72% 0.29% -
HSV(B) 70.56º 0.84% 0.51% -
XYZ 14.42 19.07 3.63 -
YUV 111.01 77.21 127.28 -
System Red Green Blue C M Y K H S L
Decimal 110 129 21 0.15 0 0.84 0.49 70.56 0.72 0.29
Hex 6E 81 15 F 0 54 31 47 48 1D
Octal 156 201 25 17 0 124 61 107 110 35
Binary 1101110 10000001 10101 1111 0 1010100 110001 1000111 1001000 11101

Color Harmonies of #6E8115

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8115

Black with #6E8115

Text Example


Text Example

White with #6E8115

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,129,21); }

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

background-color css

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

 a { background-color: rgb(110,129,21); }

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

border-color css

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

 span { border-color: rgb(110,129,21); }

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