Html Css Color HEX #6E820B Olive

📋 copy color: '#6E820B'

red 110 ◦ green 130 ◦ blue 11

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

Shades of Olive #6E820B

Tints of Olive #6E820B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.38%

R = 43.82%
G = 51.79%
B = 4.38%

CMYK

 C value IS 0.15

 M value IS 0

 Y value IS 0.92

 K value IS 0.49

RGB Variations

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

Color information

#6E820B (or 0x6E820B) is known color: Olive. HEX triplet: 6E, 82 and 0B. RGB value is (110,130,11). Sum of RGB (Red+Green+Blue) = 110+130+11=251 (33% of max value = 765). Red value is 110 (43.36% from 255 or 43.82% from 251); Green value is 130 (51.17% from 255 or 51.79% from 251); Blue value is 11 (4.69% from 255 or 4.38% from 251); Max value from RGB is 130 - color contains mainly: green. Hex color #6E820B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E820B is #917DF4. Grayscale: #6E6E6E. Windows color (decimal): -9534965 or 754286. OLE color: 754286.

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

Color convert

RGB 110 130 11 -
CMYK 0.15 0 0.92 0.49
HSL 70.08º 0.84% 0.28% -
HSV(B) 70.08º 0.92% 0.51% -
XYZ 14.47 19.3 3.28 -
YUV 110.45 71.87 127.68 -
System Red Green Blue C M Y K H S L
Decimal 110 130 11 0.15 0 0.92 0.49 70.08 0.84 0.28
Hex 6E 82 B F 0 5C 31 46 54 1C
Octal 156 202 13 17 0 134 61 106 124 34
Binary 1101110 10000010 1011 1111 0 1011100 110001 1000110 1010100 11100

Color Harmonies of #6E820B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E820B

Black with #6E820B

Text Example


Text Example

White with #6E820B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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