Html Css Color HEX #736400 Olive

📋 copy color: '#736400'

red 115 ◦ green 100 ◦ blue 0

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

Shades of Olive #736400

Tints of Olive #736400

RGB

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

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

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

R = 53.49%
G = 46.51%
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

#736400 (or 0x736400) is known color: Olive. HEX triplet: 73, 64 and 00. RGB value is (115,100,0). Sum of RGB (Red+Green+Blue) = 115+100+0=215 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.49% from 215); Green value is 100 (39.45% from 255 or 46.51% from 215); Blue value is 0 (0.39% from 255 or 0% from 215); Max value from RGB is 115 - color contains mainly: red. Hex color #736400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736400 is #8C9BFF. Grayscale: #5D5D5D. Windows color (decimal): -9214976 or 25715. OLE color: 25715.

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

Color convert

RGB 115 100 0 -
CMYK 0 0.13 1 0.55
HSL 52.17º 1% 0.23% -
HSV(B) 52.17º 1% 0.45% -
XYZ 11.63 12.76 1.85 -
YUV 93.09 75.47 143.63 -
System Red Green Blue C M Y K H S L
Decimal 115 100 0 0 0.13 1 0.55 52.17 1 0.23
Hex 73 64 0 0 D 64 37 34 64 17
Octal 163 144 0 0 15 144 67 64 144 27
Binary 1110011 1100100 0 0 1101 1100100 110111 110100 1100100 10111

Color Harmonies of #736400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736400

Black with #736400

Text Example


Text Example

White with #736400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736400; }

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

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

background-color css

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

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

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

border-color css

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

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

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