Html Css Color HEX #736A16 Olivetone

📋 copy color: '#736A16'

red 115 ◦ green 106 ◦ blue 22

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

Shades of Olivetone #736A16

Tints of Olivetone #736A16

RGB

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

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

 BLUE value IS 22 (8.98% from 255) = 9.05%

R = 47.33%
G = 43.62%
B = 9.05%

CMYK

 C value IS 0

 M value IS 0.08

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#736A16 (or 0x736A16) is known color: Olivetone. HEX triplet: 73, 6A and 16. RGB value is (115,106,22). Sum of RGB (Red+Green+Blue) = 115+106+22=243 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.33% from 243); Green value is 106 (41.80% from 255 or 43.62% from 243); Blue value is 22 (8.98% from 255 or 9.05% from 243); Max value from RGB is 115 - color contains mainly: red. Hex color #736A16 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736A16 is #8C95E9. Grayscale: #636363. Windows color (decimal): -9213418 or 1469043. OLE color: 1469043.

HSL color Cylindrical-coordinate representation of color #736A16: hue angle of 54.19º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #736A16 is Cyan = 0, Magento = 0.08, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 106 22 -
CMYK 0 0.08 0.81 0.55
HSL 54.19º 0.68% 0.27% -
HSV(B) 54.19º 0.81% 0.45% -
XYZ 12.37 14.01 2.81 -
YUV 99.12 84.48 139.33 -
System Red Green Blue C M Y K H S L
Decimal 115 106 22 0 0.08 0.81 0.55 54.19 0.68 0.27
Hex 73 6A 16 0 8 51 37 36 44 1B
Octal 163 152 26 0 10 121 67 66 104 33
Binary 1110011 1101010 10110 0 1000 1010001 110111 110110 1000100 11011

Color Harmonies of #736A16

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736A16

Black with #736A16

Text Example


Text Example

White with #736A16

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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