Html Css Color HEX #746504 Olive

📋 copy color: '#746504'

red 116 ◦ green 101 ◦ blue 4

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

Shades of Olive #746504

Tints of Olive #746504

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.81%

R = 52.49%
G = 45.7%
B = 1.81%

CMYK

 C value IS 0

 M value IS 0.13

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#746504 (or 0x746504) is known color: Olive. HEX triplet: 74, 65 and 04. RGB value is (116,101,4). Sum of RGB (Red+Green+Blue) = 116+101+4=221 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.49% from 221); Green value is 101 (39.84% from 255 or 45.70% from 221); Blue value is 4 (1.95% from 255 or 1.81% from 221); Max value from RGB is 116 - color contains mainly: red. Hex color #746504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746504 is #8B9AFB. Grayscale: #5E5E5E. Windows color (decimal): -9149180 or 288116. OLE color: 288116.

HSL color Cylindrical-coordinate representation of color #746504: hue angle of 51.96º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #746504 is Cyan = 0, Magento = 0.13, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 101 4 -
CMYK 0 0.13 0.97 0.55
HSL 51.96º 0.93% 0.24% -
HSV(B) 51.96º 0.97% 0.45% -
XYZ 11.88 13.03 2 -
YUV 94.43 76.97 143.39 -
System Red Green Blue C M Y K H S L
Decimal 116 101 4 0 0.13 0.97 0.55 51.96 0.93 0.24
Hex 74 65 4 0 D 61 37 34 5D 18
Octal 164 145 4 0 15 141 67 64 135 30
Binary 1110100 1100101 100 0 1101 1100001 110111 110100 1011101 11000

Color Harmonies of #746504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746504

Black with #746504

Text Example


Text Example

White with #746504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746504; }

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

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

background-color css

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

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

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

border-color css

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

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

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