Html Css Color HEX #736800 Olive

📋 copy color: '#736800'

red 115 ◦ green 104 ◦ blue 0

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

Shades of Olive #736800

Tints of Olive #736800

RGB

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

 GREEN value IS 104 (41.02% from 255) = 47.49%

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

R = 52.51%
G = 47.49%
B = 0%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#736800 (or 0x736800) is known color: Olive. HEX triplet: 73, 68 and 00. RGB value is (115,104,0). Sum of RGB (Red+Green+Blue) = 115+104+0=219 (29% of max value = 765). Red value is 115 (45.31% from 255 or 52.51% from 219); Green value is 104 (41.02% from 255 or 47.49% from 219); Blue value is 0 (0.39% from 255 or 0% from 219); Max value from RGB is 115 - color contains mainly: red. Hex color #736800 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736800 is #8C97FF. Grayscale: #5F5F5F. Windows color (decimal): -9213952 or 26739. OLE color: 26739.

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

Color convert

RGB 115 104 0 -
CMYK 0 0.10 1 0.55
HSL 54.26º 1% 0.23% -
HSV(B) 54.26º 1% 0.45% -
XYZ 12.02 13.55 1.98 -
YUV 95.43 74.14 141.96 -
System Red Green Blue C M Y K H S L
Decimal 115 104 0 0 0.10 1 0.55 54.26 1 0.23
Hex 73 68 0 0 A 64 37 36 64 17
Octal 163 150 0 0 12 144 67 66 144 27
Binary 1110011 1101000 0 0 1010 1100100 110111 110110 1100100 10111

Color Harmonies of #736800

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736800

Black with #736800

Text Example


Text Example

White with #736800

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736800; }

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

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

background-color css

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

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

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

border-color css

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

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

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