Html Css Color HEX #737220 Olivetone

📋 copy color: '#737220'

red 115 ◦ green 114 ◦ blue 32

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

Shades of Olivetone #737220

Tints of Olivetone #737220

RGB

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

 GREEN value IS 114 (44.92% from 255) = 43.68%

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

R = 44.06%
G = 43.68%
B = 12.26%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#737220 (or 0x737220) is known color: Olivetone. HEX triplet: 73, 72 and 20. RGB value is (115,114,32). Sum of RGB (Red+Green+Blue) = 115+114+32=261 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.06% from 261); Green value is 114 (44.92% from 255 or 43.68% from 261); Blue value is 32 (12.89% from 255 or 12.26% from 261); Max value from RGB is 115 - color contains mainly: red. Hex color #737220 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737220 is #8C8DDF. Grayscale: #696969. Windows color (decimal): -9211360 or 2126451. OLE color: 2126451.

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

Color convert

RGB 115 114 32 -
CMYK 0 0.01 0.72 0.55
HSL 59.28º 0.56% 0.29% -
HSV(B) 59.28º 0.72% 0.45% -
XYZ 13.35 15.78 3.71 -
YUV 104.95 86.83 135.17 -
System Red Green Blue C M Y K H S L
Decimal 115 114 32 0 0.01 0.72 0.55 59.28 0.56 0.29
Hex 73 72 20 0 1 48 37 3B 38 1D
Octal 163 162 40 0 1 110 67 73 70 35
Binary 1110011 1110010 100000 0 1 1001000 110111 111011 111000 11101

Color Harmonies of #737220

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737220

Black with #737220

Text Example


Text Example

White with #737220

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737220; }

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

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

background-color css

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

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

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

border-color css

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

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

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