Html Css Color HEX #6D8100 Olive

📋 copy color: '#6D8100'

red 109 ◦ green 129 ◦ blue 0

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

Shades of Olive #6D8100

Tints of Olive #6D8100

RGB

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

 GREEN value IS 129 (50.78% from 255) = 54.2%

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

R = 45.8%
G = 54.2%
B = 0%

CMYK

 C value IS 0.16

 M value IS 0

 Y value IS 1

 K value IS 0.49

RGB Variations

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

Color information

#6D8100 (or 0x6D8100) is known color: Olive. HEX triplet: 6D, 81 and 00. RGB value is (109,129,0). Sum of RGB (Red+Green+Blue) = 109+129+0=238 (31% of max value = 765). Red value is 109 (42.97% from 255 or 45.80% from 238); Green value is 129 (50.78% from 255 or 54.20% from 238); Blue value is 0 (0.39% from 255 or 0% from 238); Max value from RGB is 129 - color contains mainly: green. Hex color #6D8100 is not a web safe color. Web safe color analog (approx): #669900. Inversed color of #6D8100 is #927EFF. Grayscale: #6C6C6C. Windows color (decimal): -9600768 or 33133. OLE color: 33133.

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

Color convert

RGB 109 129 0 -
CMYK 0.16 0 1 0.49
HSL 69.3º 1% 0.25% -
HSV(B) 69.3º 1% 0.51% -
XYZ 14.16 18.95 2.91 -
YUV 108.31 66.87 128.49 -
System Red Green Blue C M Y K H S L
Decimal 109 129 0 0.16 0 1 0.49 69.3 1 0.25
Hex 6D 81 0 10 0 64 31 45 64 19
Octal 155 201 0 20 0 144 61 105 144 31
Binary 1101101 10000001 0 10000 0 1100100 110001 1000101 1100100 11001

Color Harmonies of #6D8100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D8100

Black with #6D8100

Text Example


Text Example

White with #6D8100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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