Html Css Color HEX #736916 Olivetone

📋 copy color: '#736916'

red 115 ◦ green 105 ◦ blue 22

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

Shades of Olivetone #736916

Tints of Olivetone #736916

RGB

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

 GREEN value IS 105 (41.41% from 255) = 43.39%

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

R = 47.52%
G = 43.39%
B = 9.09%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#736916 (or 0x736916) is known color: Olivetone. HEX triplet: 73, 69 and 16. RGB value is (115,105,22). Sum of RGB (Red+Green+Blue) = 115+105+22=242 (32% of max value = 765). Red value is 115 (45.31% from 255 or 47.52% from 242); Green value is 105 (41.41% from 255 or 43.39% from 242); Blue value is 22 (8.98% from 255 or 9.09% from 242); Max value from RGB is 115 - color contains mainly: red. Hex color #736916 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #736916 is #8C96E9. Grayscale: #626262. Windows color (decimal): -9213674 or 1468787. OLE color: 1468787.

HSL color Cylindrical-coordinate representation of color #736916: hue angle of 53.55º 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 #736916 is Cyan = 0, Magento = 0.09, Yellow = 0.81 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 105 22 -
CMYK 0 0.09 0.81 0.55
HSL 53.55º 0.68% 0.27% -
HSV(B) 53.55º 0.81% 0.45% -
XYZ 12.27 13.81 2.78 -
YUV 98.53 84.81 139.75 -
System Red Green Blue C M Y K H S L
Decimal 115 105 22 0 0.09 0.81 0.55 53.55 0.68 0.27
Hex 73 69 16 0 9 51 37 36 44 1B
Octal 163 151 26 0 11 121 67 66 104 33
Binary 1110011 1101001 10110 0 1001 1010001 110111 110110 1000100 11011

Color Harmonies of #736916

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736916

Black with #736916

Text Example


Text Example

White with #736916

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736916; }

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

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

background-color css

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

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

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

border-color css

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

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

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