Html Css Color HEX #6D6100 Olive

📋 copy color: '#6D6100'

red 109 ◦ green 97 ◦ blue 0

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

Shades of Olive #6D6100

Tints of Olive #6D6100

RGB

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

 GREEN value IS 97 (38.28% from 255) = 47.09%

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

R = 52.91%
G = 47.09%
B = 0%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 1

 K value IS 0.57

RGB Variations

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

Color information

#6D6100 (or 0x6D6100) is known color: Olive. HEX triplet: 6D, 61 and 00. RGB value is (109,97,0). Sum of RGB (Red+Green+Blue) = 109+97+0=206 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.91% from 206); Green value is 97 (38.28% from 255 or 47.09% from 206); Blue value is 0 (0.39% from 255 or 0% from 206); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6100 is #929EFF. Grayscale: #595959. Windows color (decimal): -9608960 or 24941. OLE color: 24941.

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

Color convert

RGB 109 97 0 -
CMYK 0 0.11 1 0.57
HSL 53.39º 1% 0.21% -
HSV(B) 53.39º 1% 0.43% -
XYZ 10.58 11.8 1.72 -
YUV 89.53 77.48 141.89 -
System Red Green Blue C M Y K H S L
Decimal 109 97 0 0 0.11 1 0.57 53.39 1 0.21
Hex 6D 61 0 0 B 64 39 35 64 15
Octal 155 141 0 0 13 144 71 65 144 25
Binary 1101101 1100001 0 0 1011 1100100 111001 110101 1100100 10101

Color Harmonies of #6D6100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6100

Black with #6D6100

Text Example


Text Example

White with #6D6100

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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