Html Css Color HEX #6D9100 Olive

📋 copy color: '#6D9100'

red 109 ◦ green 145 ◦ blue 0

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

Shades of Olive #6D9100

Tints of Olive #6D9100

RGB

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

 GREEN value IS 145 (57.03% from 255) = 57.09%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 42.91%
G = 57.09%
B = 0%

CMYK

 C value IS 0.25

 M value IS 0

 Y value IS 1

 K value IS 0.43

RGB Variations

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

Color information

#6D9100 (or 0x6D9100) is known color: Olive. HEX triplet: 6D, 91 and 00. RGB value is (109,145,0). Sum of RGB (Red+Green+Blue) = 109+145+0=254 (33% of max value = 765). Red value is 109 (42.97% from 255 or 42.91% from 254); Green value is 145 (57.03% from 255 or 57.09% from 254); Blue value is 0 (0.39% from 255 or 0% from 254); Max value from RGB is 145 - color contains mainly: green. Hex color #6D9100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D9100 is #926EFF. Grayscale: #767676. Windows color (decimal): -9596672 or 37229. OLE color: 37229.

HSL color Cylindrical-coordinate representation of color #6D9100: hue angle of 74.9º degrees, saturation: 1, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D9100 is Cyan = 0.25, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.43.

Color convert

RGB 109 145 0 -
CMYK 0.25 0 1 0.43
HSL 74.9º 1% 0.28% -
HSV(B) 74.9º 1% 0.57% -
XYZ 16.43 23.5 3.67 -
YUV 117.71 61.57 121.79 -
System Red Green Blue C M Y K H S L
Decimal 109 145 0 0.25 0 1 0.43 74.9 1 0.28
Hex 6D 91 0 19 0 64 2B 4B 64 1C
Octal 155 221 0 31 0 144 53 113 144 34
Binary 1101101 10010001 0 11001 0 1100100 101011 1001011 1100100 11100

Color Harmonies of #6D9100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D9100

Black with #6D9100

Text Example


Text Example

White with #6D9100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,145,0); }

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

background-color css

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

 a { background-color: rgb(109,145,0); }

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

border-color css

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

 span { border-color: rgb(109,145,0); }

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