Html Css Color HEX #6D7400 Olive

📋 copy color: '#6D7400'

red 109 ◦ green 116 ◦ blue 0

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

Shades of Olive #6D7400

Tints of Olive #6D7400

RGB

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

 GREEN value IS 116 (45.7% from 255) = 51.56%

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

R = 48.44%
G = 51.56%
B = 0%

CMYK

 C value IS 0.06

 M value IS 0

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#6D7400 (or 0x6D7400) is known color: Olive. HEX triplet: 6D, 74 and 00. RGB value is (109,116,0). Sum of RGB (Red+Green+Blue) = 109+116+0=225 (29% of max value = 765). Red value is 109 (42.97% from 255 or 48.44% from 225); Green value is 116 (45.70% from 255 or 51.56% from 225); Blue value is 0 (0.39% from 255 or 0% from 225); Max value from RGB is 116 - color contains mainly: green. Hex color #6D7400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #6D7400 is #928BFF. Grayscale: #656565. Windows color (decimal): -9604096 or 29805. OLE color: 29805.

HSL color Cylindrical-coordinate representation of color #6D7400: hue angle of 63.62º degrees, saturation: 1, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #6D7400 is Cyan = 0.06, Magento = 0, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 109 116 0 -
CMYK 0.06 0 1 0.55
HSL 63.62º 1% 0.23% -
HSV(B) 63.62º 1% 0.45% -
XYZ 12.55 15.74 2.38 -
YUV 100.68 71.18 133.93 -
System Red Green Blue C M Y K H S L
Decimal 109 116 0 0.06 0 1 0.55 63.62 1 0.23
Hex 6D 74 0 6 0 64 37 40 64 17
Octal 155 164 0 6 0 144 67 100 144 27
Binary 1101101 1110100 0 110 0 1100100 110111 1000000 1100100 10111

Color Harmonies of #6D7400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D7400

Black with #6D7400

Text Example


Text Example

White with #6D7400

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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