Html Css Color HEX #6E980B Olive Drab

📋 copy color: '#6E980B'

red 110 ◦ green 152 ◦ blue 11

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

Shades of Olive Drab #6E980B

Tints of Olive Drab #6E980B

RGB

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

 GREEN value IS 152 (59.77% from 255) = 55.68%

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

R = 40.29%
G = 55.68%
B = 4.03%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.93

 K value IS 0.40

RGB Variations

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

Color information

#6E980B (or 0x6E980B) is known color: Olive Drab. HEX triplet: 6E, 98 and 0B. RGB value is (110,152,11). Sum of RGB (Red+Green+Blue) = 110+152+11=273 (36% of max value = 765). Red value is 110 (43.36% from 255 or 40.29% from 273); Green value is 152 (59.77% from 255 or 55.68% from 273); Blue value is 11 (4.69% from 255 or 4.03% from 273); Max value from RGB is 152 - color contains mainly: green. Hex color #6E980B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6E980B is #9167F4. Grayscale: #7B7B7B. Windows color (decimal): -9529333 or 759918. OLE color: 759918.

HSL color Cylindrical-coordinate representation of color #6E980B: hue angle of 77.87º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #6E980B is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 110 152 11 -
CMYK 0.28 0 0.93 0.40
HSL 77.87º 0.87% 0.32% -
HSV(B) 77.87º 0.93% 0.6% -
XYZ 17.72 25.8 4.36 -
YUV 123.37 64.59 118.46 -
System Red Green Blue C M Y K H S L
Decimal 110 152 11 0.28 0 0.93 0.40 77.87 0.87 0.32
Hex 6E 98 B 1C 0 5D 28 4E 57 20
Octal 156 230 13 34 0 135 50 116 127 40
Binary 1101110 10011000 1011 11100 0 1011101 101000 1001110 1010111 100000

Color Harmonies of #6E980B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E980B

Black with #6E980B

Text Example


Text Example

White with #6E980B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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