Html Css Color HEX #6E8E3D Olive Drab

📋 copy color: '#6E8E3D'

red 110 ◦ green 142 ◦ blue 61

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

Shades of Olive Drab #6E8E3D

Tints of Olive Drab #6E8E3D

RGB

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

 GREEN value IS 142 (55.86% from 255) = 45.37%

 BLUE value IS 61 (24.22% from 255) = 19.49%

R = 35.14%
G = 45.37%
B = 19.49%

CMYK

 C value IS 0.23

 M value IS 0

 Y value IS 0.57

 K value IS 0.44

RGB Variations

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

Color information

#6E8E3D (or 0x6E8E3D) is known color: Olive Drab. HEX triplet: 6E, 8E and 3D. RGB value is (110,142,61). Sum of RGB (Red+Green+Blue) = 110+142+61=313 (41% of max value = 765). Red value is 110 (43.36% from 255 or 35.14% from 313); Green value is 142 (55.86% from 255 or 45.37% from 313); Blue value is 61 (24.22% from 255 or 19.49% from 313); Max value from RGB is 142 - color contains mainly: green. Hex color #6E8E3D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E8E3D is #9171C2. Grayscale: #7B7B7B. Windows color (decimal): -9531843 or 4034158. OLE color: 4034158.

HSL color Cylindrical-coordinate representation of color #6E8E3D: hue angle of 83.7º degrees, saturation: 0.4, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #6E8E3D is Cyan = 0.23, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.44.

Color convert

RGB 110 142 61 -
CMYK 0.23 0 0.57 0.44
HSL 83.7º 0.4% 0.4% -
HSV(B) 83.7º 0.57% 0.56% -
XYZ 16.95 23 7.96 -
YUV 123.2 92.9 118.59 -
System Red Green Blue C M Y K H S L
Decimal 110 142 61 0.23 0 0.57 0.44 83.7 0.4 0.4
Hex 6E 8E 3D 17 0 39 2C 54 28 28
Octal 156 216 75 27 0 71 54 124 50 50
Binary 1101110 10001110 111101 10111 0 111001 101100 1010100 101000 101000

Color Harmonies of #6E8E3D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E8E3D

Black with #6E8E3D

Text Example


Text Example

White with #6E8E3D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,142,61); }

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

background-color css

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

 a { background-color: rgb(110,142,61); }

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

border-color css

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

 span { border-color: rgb(110,142,61); }

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