Html Css Color HEX #737316 Olivetone

📋 copy color: '#737316'

red 115 ◦ green 115 ◦ blue 22

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

Shades of Olivetone #737316

Tints of Olivetone #737316

RGB

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

 GREEN value IS 115 (45.31% from 255) = 45.63%

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

R = 45.63%
G = 45.63%
B = 8.73%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.81

 K value IS 0.55

RGB Variations

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

Color information

#737316 (or 0x737316) is known color: Olivetone. HEX triplet: 73, 73 and 16. RGB value is (115,115,22). Sum of RGB (Red+Green+Blue) = 115+115+22=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 115 (45.31% from 255 or 45.63% from 252); Blue value is 22 (8.98% from 255 or 8.73% from 252); Max value from RGB is 115 - color contains mainly: red, green. Hex color #737316 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737316 is #8C8CE9. Grayscale: #686868. Windows color (decimal): -9211114 or 1471347. OLE color: 1471347.

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

Color convert

RGB 115 115 22 -
CMYK 0 0 0.81 0.55
HSL 60º 0.68% 0.27% -
HSV(B) 60º 0.81% 0.45% -
XYZ 13.35 15.96 3.14 -
YUV 104.4 81.5 135.56 -
System Red Green Blue C M Y K H S L
Decimal 115 115 22 0 0 0.81 0.55 60 0.68 0.27
Hex 73 73 16 0 0 51 37 3C 44 1B
Octal 163 163 26 0 0 121 67 74 104 33
Binary 1110011 1110011 10110 0 0 1010001 110111 111100 1000100 11011

Color Harmonies of #737316

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737316

Black with #737316

Text Example


Text Example

White with #737316

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737316; }

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

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

background-color css

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

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

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

border-color css

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

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

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