Html Css Color HEX #6E842D Olive Drab

📋 copy color: '#6E842D'

red 110 ◦ green 132 ◦ blue 45

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

Shades of Olive Drab #6E842D

Tints of Olive Drab #6E842D

RGB

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

 GREEN value IS 132 (51.95% from 255) = 45.99%

 BLUE value IS 45 (17.97% from 255) = 15.68%

R = 38.33%
G = 45.99%
B = 15.68%

CMYK

 C value IS 0.17

 M value IS 0

 Y value IS 0.66

 K value IS 0.48

RGB Variations

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

Color information

#6E842D (or 0x6E842D) is known color: Olive Drab. HEX triplet: 6E, 84 and 2D. RGB value is (110,132,45). Sum of RGB (Red+Green+Blue) = 110+132+45=287 (38% of max value = 765). Red value is 110 (43.36% from 255 or 38.33% from 287); Green value is 132 (51.95% from 255 or 45.99% from 287); Blue value is 45 (17.97% from 255 or 15.68% from 287); Max value from RGB is 132 - color contains mainly: green. Hex color #6E842D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E842D is #917BD2. Grayscale: #737373. Windows color (decimal): -9534419 or 2983022. OLE color: 2983022.

HSL color Cylindrical-coordinate representation of color #6E842D: hue angle of 75.17º degrees, saturation: 0.49, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #6E842D is Cyan = 0.17, Magento = 0, Yellow = 0.66 and Black (K on CMYK) = 0.48.

Color convert

RGB 110 132 45 -
CMYK 0.17 0 0.66 0.48
HSL 75.17º 0.49% 0.35% -
HSV(B) 75.17º 0.66% 0.52% -
XYZ 15.16 20.01 5.55 -
YUV 115.5 88.21 124.07 -
System Red Green Blue C M Y K H S L
Decimal 110 132 45 0.17 0 0.66 0.48 75.17 0.49 0.35
Hex 6E 84 2D 11 0 42 30 4B 31 23
Octal 156 204 55 21 0 102 60 113 61 43
Binary 1101110 10000100 101101 10001 0 1000010 110000 1001011 110001 100011

Color Harmonies of #6E842D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E842D

Black with #6E842D

Text Example


Text Example

White with #6E842D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,132,45); }

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

background-color css

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

 a { background-color: rgb(110,132,45); }

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

border-color css

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

 span { border-color: rgb(110,132,45); }

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