Html Css Color HEX #736E12 Olivetone

📋 copy color: '#736E12'

red 115 ◦ green 110 ◦ blue 18

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

Shades of Olivetone #736E12

Tints of Olivetone #736E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.41%

R = 47.33%
G = 45.27%
B = 7.41%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#736E12 (or 0x736E12) is known color: Olivetone. HEX triplet: 73, 6E and 12. RGB value is (115,110,18). Sum of RGB (Red+Green+Blue) = 115+110+18=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 110 (43.36% from 255 or 45.27% from 243); Blue value is 18 (7.42% from 255 or 7.41% from 243); Max value from RGB is 115 - color contains mainly: red. Hex color #736E12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736E12 is #8C91ED. Grayscale: #656565. Windows color (decimal): -9212398 or 1207923. OLE color: 1207923.

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

Color convert

RGB 115 110 18 -
CMYK 0 0.04 0.84 0.55
HSL 56.91º 0.73% 0.26% -
HSV(B) 56.91º 0.84% 0.45% -
XYZ 12.76 14.84 2.76 -
YUV 101.01 81.16 137.98 -
System Red Green Blue C M Y K H S L
Decimal 115 110 18 0 0.04 0.84 0.55 56.91 0.73 0.26
Hex 73 6E 12 0 4 54 37 39 49 1A
Octal 163 156 22 0 4 124 67 71 111 32
Binary 1110011 1101110 10010 0 100 1010100 110111 111001 1001001 11010

Color Harmonies of #736E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736E12

Black with #736E12

Text Example


Text Example

White with #736E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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