Html Css Color HEX #737016 Olivetone

📋 copy color: '#737016'

red 115 ◦ green 112 ◦ blue 22

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

Shades of Olivetone #737016

Tints of Olivetone #737016

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.98%

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

R = 46.18%
G = 44.98%
B = 8.84%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#737016 (or 0x737016) is known color: Olivetone. HEX triplet: 73, 70 and 16. RGB value is (115,112,22). Sum of RGB (Red+Green+Blue) = 115+112+22=249 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.18% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 22 (8.98% from 255 or 8.84% from 249); Max value from RGB is 115 - color contains mainly: red. Hex color #737016 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737016 is #8C8FE9. Grayscale: #676767. Windows color (decimal): -9211882 or 1470579. OLE color: 1470579.

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

Color convert

RGB 115 112 22 -
CMYK 0 0.03 0.81 0.55
HSL 58.06º 0.68% 0.27% -
HSV(B) 58.06º 0.81% 0.45% -
XYZ 13.01 15.29 3.02 -
YUV 102.64 82.49 136.82 -
System Red Green Blue C M Y K H S L
Decimal 115 112 22 0 0.03 0.81 0.55 58.06 0.68 0.27
Hex 73 70 16 0 3 51 37 3A 44 1B
Octal 163 160 26 0 3 121 67 72 104 33
Binary 1110011 1110000 10110 0 11 1010001 110111 111010 1000100 11011

Color Harmonies of #737016

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737016

Black with #737016

Text Example


Text Example

White with #737016

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737016; }

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

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

background-color css

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

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

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

border-color css

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

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

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