Html Css Color HEX #6E981C Olive Drab

📋 copy color: '#6E981C'

red 110 ◦ green 152 ◦ blue 28

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

Shades of Olive Drab #6E981C

Tints of Olive Drab #6E981C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.66%

R = 37.93%
G = 52.41%
B = 9.66%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.82

 K value IS 0.40

RGB Variations

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

Color information

#6E981C (or 0x6E981C) is known color: Olive Drab. HEX triplet: 6E, 98 and 1C. RGB value is (110,152,28). Sum of RGB (Red+Green+Blue) = 110+152+28=290 (38% of max value = 765). Red value is 110 (43.36% from 255 or 37.93% from 290); Green value is 152 (59.77% from 255 or 52.41% from 290); Blue value is 28 (11.33% from 255 or 9.66% from 290); Max value from RGB is 152 - color contains mainly: green. Hex color #6E981C is not a web safe color. Web safe color analog (approx): #669933. Inversed color of #6E981C is #9167E3. Grayscale: #7D7D7D. Windows color (decimal): -9529316 or 1874030. OLE color: 1874030.

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

Color convert

RGB 110 152 28 -
CMYK 0.28 0 0.82 0.40
HSL 80.32º 0.69% 0.35% -
HSV(B) 80.32º 0.82% 0.6% -
XYZ 17.87 25.86 5.15 -
YUV 125.31 73.09 117.08 -
System Red Green Blue C M Y K H S L
Decimal 110 152 28 0.28 0 0.82 0.40 80.32 0.69 0.35
Hex 6E 98 1C 1C 0 52 28 50 45 23
Octal 156 230 34 34 0 122 50 120 105 43
Binary 1101110 10011000 11100 11100 0 1010010 101000 1010000 1000101 100011

Color Harmonies of #6E981C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E981C

Black with #6E981C

Text Example


Text Example

White with #6E981C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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