Html Css Color HEX #736B12 Olivetone

📋 copy color: '#736B12'

red 115 ◦ green 107 ◦ blue 18

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

Shades of Olivetone #736B12

Tints of Olivetone #736B12

RGB

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

 GREEN value IS 107 (42.19% from 255) = 44.58%

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

R = 47.92%
G = 44.58%
B = 7.5%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#736B12 (or 0x736B12) is known color: Olivetone. HEX triplet: 73, 6B and 12. RGB value is (115,107,18). Sum of RGB (Red+Green+Blue) = 115+107+18=240 (31% of max value = 765). Red value is 115 (45.31% from 255 or 47.92% from 240); Green value is 107 (42.19% from 255 or 44.58% from 240); Blue value is 18 (7.42% from 255 or 7.5% from 240); Max value from RGB is 115 - color contains mainly: red. Hex color #736B12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736B12 is #8C94ED. Grayscale: #636363. Windows color (decimal): -9213166 or 1207155. OLE color: 1207155.

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

Color convert

RGB 115 107 18 -
CMYK 0 0.07 0.84 0.55
HSL 55.05º 0.73% 0.26% -
HSV(B) 55.05º 0.84% 0.45% -
XYZ 12.44 14.2 2.66 -
YUV 99.25 82.15 139.24 -
System Red Green Blue C M Y K H S L
Decimal 115 107 18 0 0.07 0.84 0.55 55.05 0.73 0.26
Hex 73 6B 12 0 7 54 37 37 49 1A
Octal 163 153 22 0 7 124 67 67 111 32
Binary 1110011 1101011 10010 0 111 1010100 110111 110111 1001001 11010

Color Harmonies of #736B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736B12

Black with #736B12

Text Example


Text Example

White with #736B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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