Html Css Color HEX #736D10 Olivetone

📋 copy color: '#736D10'

red 115 ◦ green 109 ◦ blue 16

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

Shades of Olivetone #736D10

Tints of Olivetone #736D10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 6.67%

R = 47.92%
G = 45.42%
B = 6.67%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#736D10 (or 0x736D10) is known color: Olivetone. HEX triplet: 73, 6D and 10. RGB value is (115,109,16). Sum of RGB (Red+Green+Blue) = 115+109+16=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 109 (42.97% from 255 or 45.42% from 240); Blue value is 16 (6.64% from 255 or 6.67% from 240); Max value from RGB is 115 - color contains mainly: red. Hex color #736D10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736D10 is #8C92EF. Grayscale: #646464. Windows color (decimal): -9212656 or 1076595. OLE color: 1076595.

HSL color Cylindrical-coordinate representation of color #736D10: hue angle of 56.36º degrees, saturation: 0.76, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #736D10 is Cyan = 0, Magento = 0.05, Yellow = 0.86 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 109 16 -
CMYK 0 0.05 0.86 0.55
HSL 56.36º 0.76% 0.26% -
HSV(B) 56.36º 0.86% 0.45% -
XYZ 12.63 14.62 2.65 -
YUV 100.19 80.49 138.56 -
System Red Green Blue C M Y K H S L
Decimal 115 109 16 0 0.05 0.86 0.55 56.36 0.76 0.26
Hex 73 6D 10 0 5 56 37 38 4C 1A
Octal 163 155 20 0 5 126 67 70 114 32
Binary 1110011 1101101 10000 0 101 1010110 110111 111000 1001100 11010

Color Harmonies of #736D10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736D10

Black with #736D10

Text Example


Text Example

White with #736D10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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