Html Css Color HEX #736200 Olive

📋 copy color: '#736200'

red 115 ◦ green 98 ◦ blue 0

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

Shades of Olive #736200

Tints of Olive #736200

RGB

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

 GREEN value IS 98 (38.67% from 255) = 46.01%

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

R = 53.99%
G = 46.01%
B = 0%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#736200 (or 0x736200) is known color: Olive. HEX triplet: 73, 62 and 00. RGB value is (115,98,0). Sum of RGB (Red+Green+Blue) = 115+98+0=213 (28% of max value = 765). Red value is 115 (45.31% from 255 or 53.99% from 213); Green value is 98 (38.67% from 255 or 46.01% from 213); Blue value is 0 (0.39% from 255 or 0% from 213); Max value from RGB is 115 - color contains mainly: red. Hex color #736200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736200 is #8C9DFF. Grayscale: #5C5C5C. Windows color (decimal): -9215488 or 25203. OLE color: 25203.

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

Color convert

RGB 115 98 0 -
CMYK 0 0.15 1 0.55
HSL 51.13º 1% 0.23% -
HSV(B) 51.13º 1% 0.45% -
XYZ 11.44 12.38 1.79 -
YUV 91.91 76.13 144.47 -
System Red Green Blue C M Y K H S L
Decimal 115 98 0 0 0.15 1 0.55 51.13 1 0.23
Hex 73 62 0 0 F 64 37 33 64 17
Octal 163 142 0 0 17 144 67 63 144 27
Binary 1110011 1100010 0 0 1111 1100100 110111 110011 1100100 10111

Color Harmonies of #736200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736200

Black with #736200

Text Example


Text Example

White with #736200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736200; }

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

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

background-color css

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

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

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

border-color css

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

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

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