Html Css Color HEX #737120 Olivetone

📋 copy color: '#737120'

red 115 ◦ green 113 ◦ blue 32

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

Shades of Olivetone #737120

Tints of Olivetone #737120

RGB

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

 GREEN value IS 113 (44.53% from 255) = 43.46%

 BLUE value IS 32 (12.89% from 255) = 12.31%

R = 44.23%
G = 43.46%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#737120 (or 0x737120) is known color: Olivetone. HEX triplet: 73, 71 and 20. RGB value is (115,113,32). Sum of RGB (Red+Green+Blue) = 115+113+32=260 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.23% from 260); Green value is 113 (44.53% from 255 or 43.46% from 260); Blue value is 32 (12.89% from 255 or 12.31% from 260); Max value from RGB is 115 - color contains mainly: red. Hex color #737120 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737120 is #8C8EDF. Grayscale: #686868. Windows color (decimal): -9211616 or 2126195. OLE color: 2126195.

HSL color Cylindrical-coordinate representation of color #737120: hue angle of 58.55º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #737120 is Cyan = 0, Magento = 0.02, Yellow = 0.72 and Black (K on CMYK) = 0.55.

Color convert

RGB 115 113 32 -
CMYK 0 0.02 0.72 0.55
HSL 58.55º 0.56% 0.29% -
HSV(B) 58.55º 0.72% 0.45% -
XYZ 13.24 15.56 3.67 -
YUV 104.36 87.16 135.59 -
System Red Green Blue C M Y K H S L
Decimal 115 113 32 0 0.02 0.72 0.55 58.55 0.56 0.29
Hex 73 71 20 0 2 48 37 3B 38 1D
Octal 163 161 40 0 2 110 67 73 70 35
Binary 1110011 1110001 100000 0 10 1001000 110111 111011 111000 11101

Color Harmonies of #737120

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737120

Black with #737120

Text Example


Text Example

White with #737120

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737120; }

 p { color: rgb(115,113,32); }

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

background-color css

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

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

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

border-color css

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

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

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