Html Css Color HEX #6D850B Olive Drab

📋 copy color: '#6D850B'

red 109 ◦ green 133 ◦ blue 11

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

Shades of Olive Drab #6D850B

Tints of Olive Drab #6D850B

RGB

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

 GREEN value IS 133 (52.34% from 255) = 52.57%

 BLUE value IS 11 (4.69% from 255) = 4.35%

R = 43.08%
G = 52.57%
B = 4.35%

CMYK

 C value IS 0.18

 M value IS 0

 Y value IS 0.92

 K value IS 0.48

RGB Variations

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

Color information

#6D850B (or 0x6D850B) is known color: Olive Drab. HEX triplet: 6D, 85 and 0B. RGB value is (109,133,11). Sum of RGB (Red+Green+Blue) = 109+133+11=253 (33% of max value = 765). Red value is 109 (42.97% from 255 or 43.08% from 253); Green value is 133 (52.34% from 255 or 52.57% from 253); Blue value is 11 (4.69% from 255 or 4.35% from 253); Max value from RGB is 133 - color contains mainly: green. Hex color #6D850B is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D850B is #927AF4. Grayscale: #707070. Windows color (decimal): -9599733 or 755053. OLE color: 755053.

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

Color convert

RGB 109 133 11 -
CMYK 0.18 0 0.92 0.48
HSL 71.8º 0.85% 0.28% -
HSV(B) 71.8º 0.92% 0.52% -
XYZ 14.75 20.05 3.41 -
YUV 111.92 71.05 125.92 -
System Red Green Blue C M Y K H S L
Decimal 109 133 11 0.18 0 0.92 0.48 71.8 0.85 0.28
Hex 6D 85 B 12 0 5C 30 48 55 1C
Octal 155 205 13 22 0 134 60 110 125 34
Binary 1101101 10000101 1011 10010 0 1011100 110000 1001000 1010101 11100

Color Harmonies of #6D850B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D850B

Black with #6D850B

Text Example


Text Example

White with #6D850B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,133,11); }

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

background-color css

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

 a { background-color: rgb(109,133,11); }

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

border-color css

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

 span { border-color: rgb(109,133,11); }

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