Html Css Color HEX #6D970C Olive Drab

📋 copy color: '#6D970C'

red 109 ◦ green 151 ◦ blue 12

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

Shades of Olive Drab #6D970C

Tints of Olive Drab #6D970C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.41%

R = 40.07%
G = 55.51%
B = 4.41%

CMYK

 C value IS 0.28

 M value IS 0

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#6D970C (or 0x6D970C) is known color: Olive Drab. HEX triplet: 6D, 97 and 0C. RGB value is (109,151,12). Sum of RGB (Red+Green+Blue) = 109+151+12=272 (36% of max value = 765). Red value is 109 (42.97% from 255 or 40.07% from 272); Green value is 151 (59.38% from 255 or 55.51% from 272); Blue value is 12 (5.08% from 255 or 4.41% from 272); Max value from RGB is 151 - color contains mainly: green. Hex color #6D970C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D970C is #9268F3. Grayscale: #7B7B7B. Windows color (decimal): -9595124 or 825197. OLE color: 825197.

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

Color convert

RGB 109 151 12 -
CMYK 0.28 0 0.92 0.41
HSL 78.13º 0.85% 0.32% -
HSV(B) 78.13º 0.92% 0.59% -
XYZ 17.44 25.41 4.33 -
YUV 122.6 65.59 118.3 -
System Red Green Blue C M Y K H S L
Decimal 109 151 12 0.28 0 0.92 0.41 78.13 0.85 0.32
Hex 6D 97 C 1C 0 5C 29 4E 55 20
Octal 155 227 14 34 0 134 51 116 125 40
Binary 1101101 10010111 1100 11100 0 1011100 101001 1001110 1010101 100000

Color Harmonies of #6D970C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D970C

Black with #6D970C

Text Example


Text Example

White with #6D970C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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