Html Css Color HEX #6E821D Olive Drab

📋 copy color: '#6E821D'

red 110 ◦ green 130 ◦ blue 29

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

Shades of Olive Drab #6E821D

Tints of Olive Drab #6E821D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 48.33%

 BLUE value IS 29 (11.72% from 255) = 10.78%

R = 40.89%
G = 48.33%
B = 10.78%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.78

 K value IS 0.49

RGB Variations

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

Color information

#6E821D (or 0x6E821D) is known color: Olive Drab. HEX triplet: 6E, 82 and 1D. RGB value is (110,130,29). Sum of RGB (Red+Green+Blue) = 110+130+29=269 (35% of max value = 765). Red value is 110 (43.36% from 255 or 40.89% from 269); Green value is 130 (51.17% from 255 or 48.33% from 269); Blue value is 29 (11.72% from 255 or 10.78% from 269); Max value from RGB is 130 - color contains mainly: green. Hex color #6E821D is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E821D is #917DE2. Grayscale: #707070. Windows color (decimal): -9534947 or 1933934. OLE color: 1933934.

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

Color convert

RGB 110 130 29 -
CMYK 0.15 0 0.78 0.49
HSL 71.88º 0.64% 0.31% -
HSV(B) 71.88º 0.78% 0.51% -
XYZ 14.63 19.37 4.13 -
YUV 112.51 80.87 126.21 -
System Red Green Blue C M Y K H S L
Decimal 110 130 29 0.15 0 0.78 0.49 71.88 0.64 0.31
Hex 6E 82 1D F 0 4E 31 48 40 1F
Octal 156 202 35 17 0 116 61 110 100 37
Binary 1101110 10000010 11101 1111 0 1001110 110001 1001000 1000000 11111

Color Harmonies of #6E821D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E821D

Black with #6E821D

Text Example


Text Example

White with #6E821D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,130,29); }

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

background-color css

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

 a { background-color: rgb(110,130,29); }

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

border-color css

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

 span { border-color: rgb(110,130,29); }

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