Html Css Color HEX #6D970A Olive Drab

📋 copy color: '#6D970A'

red 109 ◦ green 151 ◦ blue 10

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

Shades of Olive Drab #6D970A

Tints of Olive Drab #6D970A

RGB

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

 GREEN value IS 151 (59.38% from 255) = 55.93%

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

R = 40.37%
G = 55.93%
B = 3.7%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.93

 K value IS 0.41

RGB Variations

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

Color information

#6D970A (or 0x6D970A) is known color: Olive Drab. HEX triplet: 6D, 97 and 0A. RGB value is (109,151,10). Sum of RGB (Red+Green+Blue) = 109+151+10=270 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.37% from 270); Green value is 151 (59.38% from 255 or 55.93% from 270); Blue value is 10 (4.30% from 255 or 3.70% from 270); Max value from RGB is 151 - color contains mainly: green. Hex color #6D970A is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D970A is #9268F5. Grayscale: #7A7A7A. Windows color (decimal): -9595126 or 694125. OLE color: 694125.

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

Color convert

RGB 109 151 10 -
CMYK 0.28 0 0.93 0.41
HSL 77.87º 0.88% 0.32% -
HSV(B) 77.87º 0.93% 0.59% -
XYZ 17.43 25.41 4.27 -
YUV 122.37 64.59 118.46 -
System Red Green Blue C M Y K H S L
Decimal 109 151 10 0.28 0 0.93 0.41 77.87 0.88 0.32
Hex 6D 97 A 1C 0 5D 29 4E 58 20
Octal 155 227 12 34 0 135 51 116 130 40
Binary 1101101 10010111 1010 11100 0 1011101 101001 1001110 1011000 100000

Color Harmonies of #6D970A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D970A

Black with #6D970A

Text Example


Text Example

White with #6D970A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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