Html Css Color HEX #737414 Olivetone

📋 copy color: '#737414'

red 115 ◦ green 116 ◦ blue 20

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

Shades of Olivetone #737414

Tints of Olivetone #737414

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.22%

 BLUE value IS 20 (8.2% from 255) = 7.97%

R = 45.82%
G = 46.22%
B = 7.97%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#737414 (or 0x737414) is known color: Olivetone. HEX triplet: 73, 74 and 14. RGB value is (115,116,20). Sum of RGB (Red+Green+Blue) = 115+116+20=251 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.82% from 251); Green value is 116 (45.70% from 255 or 46.22% from 251); Blue value is 20 (8.20% from 255 or 7.97% from 251); Max value from RGB is 116 - color contains mainly: green. Hex color #737414 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737414 is #8C8BEB. Grayscale: #696969. Windows color (decimal): -9210860 or 1340531. OLE color: 1340531.

HSL color Cylindrical-coordinate representation of color #737414: hue angle of 60.63º degrees, saturation: 0.71, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #737414 is Cyan = 0.01, Magento = 0, Yellow = 0.83 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 116 20 -
CMYK 0.01 0 0.83 0.55
HSL 60.63º 0.71% 0.27% -
HSV(B) 60.63º 0.83% 0.45% -
XYZ 13.44 16.19 3.08 -
YUV 104.76 80.17 135.31 -
System Red Green Blue C M Y K H S L
Decimal 115 116 20 0.01 0 0.83 0.55 60.63 0.71 0.27
Hex 73 74 14 1 0 53 37 3D 47 1B
Octal 163 164 24 1 0 123 67 75 107 33
Binary 1110011 1110100 10100 1 0 1010011 110111 111101 1000111 11011

Color Harmonies of #737414

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737414

Black with #737414

Text Example


Text Example

White with #737414

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737414; }

 p { color: rgb(115,116,20); }

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

background-color css

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

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

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

border-color css

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

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

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