Html Css Color HEX #746500 Olive

📋 copy color: '#746500'

red 116 ◦ green 101 ◦ blue 0

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

Shades of Olive #746500

Tints of Olive #746500

RGB

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

 GREEN value IS 101 (39.84% from 255) = 46.54%

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

R = 53.46%
G = 46.54%
B = 0%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#746500 (or 0x746500) is known color: Olive. HEX triplet: 74, 65 and 00. RGB value is (116,101,0). Sum of RGB (Red+Green+Blue) = 116+101+0=217 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.46% from 217); Green value is 101 (39.84% from 255 or 46.54% from 217); Blue value is 0 (0.39% from 255 or 0% from 217); Max value from RGB is 116 - color contains mainly: red. Hex color #746500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746500 is #8B9AFF. Grayscale: #5E5E5E. Windows color (decimal): -9149184 or 25972. OLE color: 25972.

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

Color convert

RGB 116 101 0 -
CMYK 0 0.13 1 0.55
HSL 52.24º 1% 0.23% -
HSV(B) 52.24º 1% 0.45% -
XYZ 11.86 13.02 1.89 -
YUV 93.97 74.97 143.71 -
System Red Green Blue C M Y K H S L
Decimal 116 101 0 0 0.13 1 0.55 52.24 1 0.23
Hex 74 65 0 0 D 64 37 34 64 17
Octal 164 145 0 0 15 144 67 64 144 27
Binary 1110100 1100101 0 0 1101 1100100 110111 110100 1100100 10111

Color Harmonies of #746500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746500

Black with #746500

Text Example


Text Example

White with #746500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746500; }

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

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

background-color css

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

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

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

border-color css

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

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

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