Html Css Color HEX #736D0C Olive

📋 copy color: '#736D0C'

red 115 ◦ green 109 ◦ blue 12

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

Shades of Olive #736D0C

Tints of Olive #736D0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5.08%

R = 48.73%
G = 46.19%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.90

 K value IS 0.55

RGB Variations

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

Color information

#736D0C (or 0x736D0C) is known color: Olive. HEX triplet: 73, 6D and 0C. RGB value is (115,109,12). Sum of RGB (Red+Green+Blue) = 115+109+12=236 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.73% from 236); Green value is 109 (42.97% from 255 or 46.19% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 115 - color contains mainly: red. Hex color #736D0C is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736D0C is #8C92F3. Grayscale: #646464. Windows color (decimal): -9212660 or 814451. OLE color: 814451.

HSL color Cylindrical-coordinate representation of color #736D0C: hue angle of 56.5º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #736D0C is Cyan = 0, Magento = 0.05, Yellow = 0.90 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 109 12 -
CMYK 0 0.05 0.90 0.55
HSL 56.5º 0.81% 0.25% -
HSV(B) 56.5º 0.9% 0.45% -
XYZ 12.61 14.61 2.5 -
YUV 99.74 78.49 138.89 -
System Red Green Blue C M Y K H S L
Decimal 115 109 12 0 0.05 0.90 0.55 56.5 0.81 0.25
Hex 73 6D C 0 5 5A 37 39 51 19
Octal 163 155 14 0 5 132 67 71 121 31
Binary 1110011 1101101 1100 0 101 1011010 110111 111001 1010001 11001

Color Harmonies of #736D0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736D0C

Black with #736D0C

Text Example


Text Example

White with #736D0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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