Html Css Color HEX #6D900D Olive Drab

📋 copy color: '#6D900D'

red 109 ◦ green 144 ◦ blue 13

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

Shades of Olive Drab #6D900D

Tints of Olive Drab #6D900D

RGB

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

 GREEN value IS 144 (56.64% from 255) = 54.14%

 BLUE value IS 13 (5.47% from 255) = 4.89%

R = 40.98%
G = 54.14%
B = 4.89%

CMYK

 C value IS 0.24

 M value IS 0

 Y value IS 0.91

 K value IS 0.44

RGB Variations

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

Color information

#6D900D (or 0x6D900D) is known color: Olive Drab. HEX triplet: 6D, 90 and 0D. RGB value is (109,144,13). Sum of RGB (Red+Green+Blue) = 109+144+13=266 (35% of max value = 765). Red value is 109 (42.97% from 255 or 40.98% from 266); Green value is 144 (56.64% from 255 or 54.14% from 266); Blue value is 13 (5.47% from 255 or 4.89% from 266); Max value from RGB is 144 - color contains mainly: green. Hex color #6D900D is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D900D is #926FF2. Grayscale: #777777. Windows color (decimal): -9596915 or 888941. OLE color: 888941.

HSL color Cylindrical-coordinate representation of color #6D900D: hue angle of 76.03º degrees, saturation: 0.83, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #6D900D is Cyan = 0.24, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.44.

Color convert

RGB 109 144 13 -
CMYK 0.24 0 0.91 0.44
HSL 76.03º 0.83% 0.31% -
HSV(B) 76.03º 0.91% 0.56% -
XYZ 16.35 23.23 4 -
YUV 118.6 68.4 121.15 -
System Red Green Blue C M Y K H S L
Decimal 109 144 13 0.24 0 0.91 0.44 76.03 0.83 0.31
Hex 6D 90 D 18 0 5B 2C 4C 53 1F
Octal 155 220 15 30 0 133 54 114 123 37
Binary 1101101 10010000 1101 11000 0 1011011 101100 1001100 1010011 11111

Color Harmonies of #6D900D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D900D

Black with #6D900D

Text Example


Text Example

White with #6D900D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,144,13); }

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

background-color css

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

 a { background-color: rgb(109,144,13); }

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

border-color css

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

 span { border-color: rgb(109,144,13); }

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