Html Css Color HEX #736E10 Olivetone

📋 copy color: '#736E10'

red 115 ◦ green 110 ◦ blue 16

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

Shades of Olivetone #736E10

Tints of Olivetone #736E10

RGB

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

 GREEN value IS 110 (43.36% from 255) = 45.64%

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

R = 47.72%
G = 45.64%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.86

 K value IS 0.55

RGB Variations

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

Color information

#736E10 (or 0x736E10) is known color: Olivetone. HEX triplet: 73, 6E and 10. RGB value is (115,110,16). Sum of RGB (Red+Green+Blue) = 115+110+16=241 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.72% from 241); Green value is 110 (43.36% from 255 or 45.64% from 241); Blue value is 16 (6.64% from 255 or 6.64% from 241); Max value from RGB is 115 - color contains mainly: red. Hex color #736E10 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736E10 is #8C91EF. Grayscale: #656565. Windows color (decimal): -9212400 or 1076851. OLE color: 1076851.

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

Color convert

RGB 115 110 16 -
CMYK 0 0.04 0.86 0.55
HSL 56.97º 0.76% 0.26% -
HSV(B) 56.97º 0.86% 0.45% -
XYZ 12.74 14.83 2.68 -
YUV 100.78 80.16 138.14 -
System Red Green Blue C M Y K H S L
Decimal 115 110 16 0 0.04 0.86 0.55 56.97 0.76 0.26
Hex 73 6E 10 0 4 56 37 39 4C 1A
Octal 163 156 20 0 4 126 67 71 114 32
Binary 1110011 1101110 10000 0 100 1010110 110111 111001 1001100 11010

Color Harmonies of #736E10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736E10

Black with #736E10

Text Example


Text Example

White with #736E10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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