Html Css Color HEX #746400 Olive

📋 copy color: '#746400'

red 116 ◦ green 100 ◦ blue 0

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

Shades of Olive #746400

Tints of Olive #746400

RGB

 RED value IS 116 (45.7% from 255) = 53.7%

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

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

R = 53.7%
G = 46.3%
B = 0%

CMYK

 C value IS 0

 M value IS 0.14

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#746400 (or 0x746400) is known color: Olive. HEX triplet: 74, 64 and 00. RGB value is (116,100,0). Sum of RGB (Red+Green+Blue) = 116+100+0=216 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.70% from 216); Green value is 100 (39.45% from 255 or 46.30% from 216); Blue value is 0 (0.39% from 255 or 0% from 216); Max value from RGB is 116 - color contains mainly: red. Hex color #746400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746400 is #8B9BFF. Grayscale: #5D5D5D. Windows color (decimal): -9149440 or 25716. OLE color: 25716.

HSL color Cylindrical-coordinate representation of color #746400: hue angle of 51.72º 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 #746400 is Cyan = 0, Magento = 0.14, Yellow = 1 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 100 0 -
CMYK 0 0.14 1 0.55
HSL 51.72º 1% 0.23% -
HSV(B) 51.72º 1% 0.45% -
XYZ 11.76 12.83 1.86 -
YUV 93.38 75.3 144.13 -
System Red Green Blue C M Y K H S L
Decimal 116 100 0 0 0.14 1 0.55 51.72 1 0.23
Hex 74 64 0 0 E 64 37 34 64 17
Octal 164 144 0 0 16 144 67 64 144 27
Binary 1110100 1100100 0 0 1110 1100100 110111 110100 1100100 10111

Color Harmonies of #746400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746400

Black with #746400

Text Example


Text Example

White with #746400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746400; }

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

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

background-color css

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

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

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

border-color css

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

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

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