Html Css Color HEX #6E820D Olive

📋 copy color: '#6E820D'

red 110 ◦ green 130 ◦ blue 13

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

Shades of Olive #6E820D

Tints of Olive #6E820D

RGB

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

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

 BLUE value IS 13 (5.47% from 255) = 5.14%

R = 43.48%
G = 51.38%
B = 5.14%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.9

 K value IS 0.49

RGB Variations

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

Color information

#6E820D (or 0x6E820D) is known color: Olive. HEX triplet: 6E, 82 and 0D. RGB value is (110,130,13). Sum of RGB (Red+Green+Blue) = 110+130+13=253 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.48% from 253); Green value is 130 (51.17% from 255 or 51.38% from 253); Blue value is 13 (5.47% from 255 or 5.14% from 253); Max value from RGB is 130 - color contains mainly: green. Hex color #6E820D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E820D is #917DF2. Grayscale: #6F6F6F. Windows color (decimal): -9534963 or 885358. OLE color: 885358.

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

Color convert

RGB 110 130 13 -
CMYK 0.15 0 0.9 0.49
HSL 70.26º 0.82% 0.28% -
HSV(B) 70.26º 0.9% 0.51% -
XYZ 14.49 19.31 3.34 -
YUV 110.68 72.87 127.51 -
System Red Green Blue C M Y K H S L
Decimal 110 130 13 0.15 0 0.9 0.49 70.26 0.82 0.28
Hex 6E 82 D F 0 5A 31 46 52 1C
Octal 156 202 15 17 0 132 61 106 122 34
Binary 1101110 10000010 1101 1111 0 1011010 110001 1000110 1010010 11100

Color Harmonies of #6E820D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E820D

Black with #6E820D

Text Example


Text Example

White with #6E820D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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