Html Css Color HEX #6D6400 Olive

📋 copy color: '#6D6400'

red 109 ◦ green 100 ◦ blue 0

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

Shades of Olive #6D6400

Tints of Olive #6D6400

RGB

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

 GREEN value IS 100 (39.45% from 255) = 47.85%

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

R = 52.15%
G = 47.85%
B = 0%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 1

 K value IS 0.57

RGB Variations

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

Color information

#6D6400 (or 0x6D6400) is known color: Olive. HEX triplet: 6D, 64 and 00. RGB value is (109,100,0). Sum of RGB (Red+Green+Blue) = 109+100+0=209 (27% of max value = 765). Red value is 109 (42.97% from 255 or 52.15% from 209); Green value is 100 (39.45% from 255 or 47.85% from 209); Blue value is 0 (0.39% from 255 or 0% from 209); Max value from RGB is 109 - color contains mainly: red. Hex color #6D6400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D6400 is #929BFF. Grayscale: #5B5B5B. Windows color (decimal): -9608192 or 25709. OLE color: 25709.

HSL color Cylindrical-coordinate representation of color #6D6400: hue angle of 55.05º 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 #6D6400 is Cyan = 0, Magento = 0.08, Yellow = 1 and Black (K on CMYK) = 0.57.

Color convert

RGB 109 100 0 -
CMYK 0 0.08 1 0.57
HSL 55.05º 1% 0.21% -
HSV(B) 55.05º 1% 0.43% -
XYZ 10.86 12.37 1.81 -
YUV 91.29 76.48 140.63 -
System Red Green Blue C M Y K H S L
Decimal 109 100 0 0 0.08 1 0.57 55.05 1 0.21
Hex 6D 64 0 0 8 64 39 37 64 15
Octal 155 144 0 0 10 144 71 67 144 25
Binary 1101101 1100100 0 0 1000 1100100 111001 110111 1100100 10101

Color Harmonies of #6D6400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D6400

Black with #6D6400

Text Example


Text Example

White with #6D6400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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