Html Css Color HEX #736D00 Olive

📋 copy color: '#736D00'

red 115 ◦ green 109 ◦ blue 0

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

Shades of Olive #736D00

Tints of Olive #736D00

RGB

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

 GREEN value IS 109 (42.97% from 255) = 48.66%

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

R = 51.34%
G = 48.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#736D00 (or 0x736D00) is known color: Olive. HEX triplet: 73, 6D and 00. RGB value is (115,109,0). Sum of RGB (Red+Green+Blue) = 115+109+0=224 (29% of max value = 765). Red value is 115 (45.31% from 255 or 51.34% from 224); Green value is 109 (42.97% from 255 or 48.66% from 224); Blue value is 0 (0.39% from 255 or 0% from 224); Max value from RGB is 115 - color contains mainly: red. Hex color #736D00 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736D00 is #8C92FF. Grayscale: #626262. Windows color (decimal): -9212672 or 28019. OLE color: 28019.

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

Color convert

RGB 115 109 0 -
CMYK 0 0.05 1 0.55
HSL 56.87º 1% 0.23% -
HSV(B) 56.87º 1% 0.45% -
XYZ 12.54 14.58 2.15 -
YUV 98.37 72.49 139.86 -
System Red Green Blue C M Y K H S L
Decimal 115 109 0 0 0.05 1 0.55 56.87 1 0.23
Hex 73 6D 0 0 5 64 37 39 64 17
Octal 163 155 0 0 5 144 67 71 144 27
Binary 1110011 1101101 0 0 101 1100100 110111 111001 1100100 10111

Color Harmonies of #736D00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736D00

Black with #736D00

Text Example


Text Example

White with #736D00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736D00; }

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

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

background-color css

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

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

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

border-color css

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

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

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