Html Css Color HEX #6D960C Olive Drab

📋 copy color: '#6D960C'

red 109 ◦ green 150 ◦ blue 12

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

Shades of Olive Drab #6D960C

Tints of Olive Drab #6D960C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 55.35%

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

R = 40.22%
G = 55.35%
B = 4.43%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.92

 K value IS 0.41

RGB Variations

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

Color information

#6D960C (or 0x6D960C) is known color: Olive Drab. HEX triplet: 6D, 96 and 0C. RGB value is (109,150,12). Sum of RGB (Red+Green+Blue) = 109+150+12=271 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.22% from 271); Green value is 150 (58.98% from 255 or 55.35% from 271); Blue value is 12 (5.08% from 255 or 4.43% from 271); Max value from RGB is 150 - color contains mainly: green. Hex color #6D960C is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D960C is #9269F3. Grayscale: #7A7A7A. Windows color (decimal): -9595380 or 824941. OLE color: 824941.

HSL color Cylindrical-coordinate representation of color #6D960C: hue angle of 77.83º 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 #6D960C is Cyan = 0.27, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.41.

Color convert

RGB 109 150 12 -
CMYK 0.27 0 0.92 0.41
HSL 77.83º 0.85% 0.32% -
HSV(B) 77.83º 0.92% 0.59% -
XYZ 17.28 25.09 4.28 -
YUV 122.01 65.92 118.72 -
System Red Green Blue C M Y K H S L
Decimal 109 150 12 0.27 0 0.92 0.41 77.83 0.85 0.32
Hex 6D 96 C 1B 0 5C 29 4E 55 20
Octal 155 226 14 33 0 134 51 116 125 40
Binary 1101101 10010110 1100 11011 0 1011100 101001 1001110 1010101 100000

Color Harmonies of #6D960C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D960C

Black with #6D960C

Text Example


Text Example

White with #6D960C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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