Html Css Color HEX #6D980A Olive Drab

📋 copy color: '#6D980A'

red 109 ◦ green 152 ◦ blue 10

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

Shades of Olive Drab #6D980A

Tints of Olive Drab #6D980A

RGB

 RED value IS 109 (42.97% from 255) = 40.22%

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

 BLUE value IS 10 (4.3% from 255) = 3.69%

R = 40.22%
G = 56.09%
B = 3.69%

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

#6D980A (or 0x6D980A) is known color: Olive Drab. HEX triplet: 6D, 98 and 0A. RGB value is (109,152,10). Sum of RGB (Red+Green+Blue) = 109+152+10=271 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.22% from 271); Green value is 152 (59.77% from 255 or 56.09% from 271); Blue value is 10 (4.30% from 255 or 3.69% from 271); Max value from RGB is 152 - color contains mainly: green. Hex color #6D980A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D980A is #9267F5. Grayscale: #7B7B7B. Windows color (decimal): -9594870 or 694381. OLE color: 694381.

HSL color Cylindrical-coordinate representation of color #6D980A: hue angle of 78.17º degrees, saturation: 0.88, 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 #6D980A is Cyan = 0.28, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.40.

Color convert

RGB 109 152 10 -
CMYK 0.28 0 0.93 0.40
HSL 78.17º 0.88% 0.32% -
HSV(B) 78.17º 0.93% 0.6% -
XYZ 17.59 25.73 4.33 -
YUV 122.96 64.25 118.05 -
System Red Green Blue C M Y K H S L
Decimal 109 152 10 0.28 0 0.93 0.40 78.17 0.88 0.32
Hex 6D 98 A 1C 0 5D 28 4E 58 20
Octal 155 230 12 34 0 135 50 116 130 40
Binary 1101101 10011000 1010 11100 0 1011101 101000 1001110 1011000 100000

Color Harmonies of #6D980A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D980A

Black with #6D980A

Text Example


Text Example

White with #6D980A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,152,10); }

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

background-color css

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

 a { background-color: rgb(109,152,10); }

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

border-color css

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

 span { border-color: rgb(109,152,10); }

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