Html Css Color HEX #736A12 Olivetone

📋 copy color: '#736A12'

red 115 ◦ green 106 ◦ blue 18

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

Shades of Olivetone #736A12

Tints of Olivetone #736A12

RGB

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

 GREEN value IS 106 (41.8% from 255) = 44.35%

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

R = 48.12%
G = 44.35%
B = 7.53%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.84

 K value IS 0.55

RGB Variations

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

Color information

#736A12 (or 0x736A12) is known color: Olivetone. HEX triplet: 73, 6A and 12. RGB value is (115,106,18). Sum of RGB (Red+Green+Blue) = 115+106+18=239 (31% of max value = 765). Red value is 115 (45.31% from 255 or 48.12% from 239); Green value is 106 (41.80% from 255 or 44.35% from 239); Blue value is 18 (7.42% from 255 or 7.53% from 239); Max value from RGB is 115 - color contains mainly: red. Hex color #736A12 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736A12 is #8C95ED. Grayscale: #636363. Windows color (decimal): -9213422 or 1206899. OLE color: 1206899.

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

Color convert

RGB 115 106 18 -
CMYK 0 0.08 0.84 0.55
HSL 54.43º 0.73% 0.26% -
HSV(B) 54.43º 0.84% 0.45% -
XYZ 12.33 14 2.62 -
YUV 98.66 82.48 139.66 -
System Red Green Blue C M Y K H S L
Decimal 115 106 18 0 0.08 0.84 0.55 54.43 0.73 0.26
Hex 73 6A 12 0 8 54 37 36 49 1A
Octal 163 152 22 0 10 124 67 66 111 32
Binary 1110011 1101010 10010 0 1000 1010100 110111 110110 1001001 11010

Color Harmonies of #736A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736A12

Black with #736A12

Text Example


Text Example

White with #736A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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