Html Css Color HEX #736504 Olive

📋 copy color: '#736504'

red 115 ◦ green 101 ◦ blue 4

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

Shades of Olive #736504

Tints of Olive #736504

RGB

 RED value IS 115 (45.31% from 255) = 52.27%

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

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

R = 52.27%
G = 45.91%
B = 1.82%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#736504 (or 0x736504) is known color: Olive. HEX triplet: 73, 65 and 04. RGB value is (115,101,4). Sum of RGB (Red+Green+Blue) = 115+101+4=220 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.27% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 4 (1.95% from 255 or 1.82% from 220); Max value from RGB is 115 - color contains mainly: red. Hex color #736504 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736504 is #8C9AFB. Grayscale: #5E5E5E. Windows color (decimal): -9214716 or 288115. OLE color: 288115.

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

Color convert

RGB 115 101 4 -
CMYK 0 0.12 0.97 0.55
HSL 52.43º 0.93% 0.23% -
HSV(B) 52.43º 0.97% 0.45% -
XYZ 11.75 12.96 2 -
YUV 94.13 77.14 142.89 -
System Red Green Blue C M Y K H S L
Decimal 115 101 4 0 0.12 0.97 0.55 52.43 0.93 0.23
Hex 73 65 4 0 C 61 37 34 5D 17
Octal 163 145 4 0 14 141 67 64 135 27
Binary 1110011 1100101 100 0 1100 1100001 110111 110100 1011101 10111

Color Harmonies of #736504

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736504

Black with #736504

Text Example


Text Example

White with #736504

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736504; }

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

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

background-color css

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

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

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

border-color css

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

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

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