Html Css Color HEX #6D950F Olive Drab

📋 copy color: '#6D950F'

red 109 ◦ green 149 ◦ blue 15

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

Shades of Olive Drab #6D950F

Tints of Olive Drab #6D950F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 54.58%

 BLUE value IS 15 (6.25% from 255) = 5.49%

R = 39.93%
G = 54.58%
B = 5.49%

CMYK

 C value IS 0.27

 M value IS 0

 Y value IS 0.90

 K value IS 0.42

RGB Variations

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

Color information

#6D950F (or 0x6D950F) is known color: Olive Drab. HEX triplet: 6D, 95 and 0F. RGB value is (109,149,15). Sum of RGB (Red+Green+Blue) = 109+149+15=273 (36% of max value = 765). Red value is 109 (42.97% from 255 or 39.93% from 273); Green value is 149 (58.59% from 255 or 54.58% from 273); Blue value is 15 (6.25% from 255 or 5.49% from 273); Max value from RGB is 149 - color contains mainly: green. Hex color #6D950F is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D950F is #926AF0. Grayscale: #7A7A7A. Windows color (decimal): -9595633 or 1021293. OLE color: 1021293.

HSL color Cylindrical-coordinate representation of color #6D950F: hue angle of 77.91º degrees, saturation: 0.82, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #6D950F is Cyan = 0.27, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.42.

Color convert

RGB 109 149 15 -
CMYK 0.27 0 0.90 0.42
HSL 77.91º 0.82% 0.32% -
HSV(B) 77.91º 0.9% 0.58% -
XYZ 17.14 24.78 4.33 -
YUV 121.76 67.75 118.9 -
System Red Green Blue C M Y K H S L
Decimal 109 149 15 0.27 0 0.90 0.42 77.91 0.82 0.32
Hex 6D 95 F 1B 0 5A 2A 4E 52 20
Octal 155 225 17 33 0 132 52 116 122 40
Binary 1101101 10010101 1111 11011 0 1011010 101010 1001110 1010010 100000

Color Harmonies of #6D950F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D950F

Black with #6D950F

Text Example


Text Example

White with #6D950F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,149,15); }

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

background-color css

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

 a { background-color: rgb(109,149,15); }

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

border-color css

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

 span { border-color: rgb(109,149,15); }

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