Html Css Color HEX #737014 Olivetone

📋 copy color: '#737014'

red 115 ◦ green 112 ◦ blue 20

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

Shades of Olivetone #737014

Tints of Olivetone #737014

RGB

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

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

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

R = 46.56%
G = 45.34%
B = 8.1%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.83

 K value IS 0.55

RGB Variations

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

Color information

#737014 (or 0x737014) is known color: Olivetone. HEX triplet: 73, 70 and 14. RGB value is (115,112,20). Sum of RGB (Red+Green+Blue) = 115+112+20=247 (32% of max value = 765). Red value is 115 (45.31% from 255 or 46.56% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 20 (8.20% from 255 or 8.10% from 247); Max value from RGB is 115 - color contains mainly: red. Hex color #737014 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #737014 is #8C8FEB. Grayscale: #666666. Windows color (decimal): -9211884 or 1339507. OLE color: 1339507.

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

Color convert

RGB 115 112 20 -
CMYK 0 0.03 0.83 0.55
HSL 58.11º 0.7% 0.26% -
HSV(B) 58.11º 0.83% 0.45% -
XYZ 12.99 15.28 2.93 -
YUV 102.41 81.49 136.98 -
System Red Green Blue C M Y K H S L
Decimal 115 112 20 0 0.03 0.83 0.55 58.11 0.7 0.26
Hex 73 70 14 0 3 53 37 3A 46 1A
Octal 163 160 24 0 3 123 67 72 106 32
Binary 1110011 1110000 10100 0 11 1010011 110111 111010 1000110 11010

Color Harmonies of #737014

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737014

Black with #737014

Text Example


Text Example

White with #737014

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737014; }

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

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

background-color css

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

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

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

border-color css

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

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

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