Html Css Color HEX #737020 Olivetone

📋 copy color: '#737020'

red 115 ◦ green 112 ◦ blue 32

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

Shades of Olivetone #737020

Tints of Olivetone #737020

RGB

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

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

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

R = 44.4%
G = 43.24%
B = 12.36%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#737020 (or 0x737020) is known color: Olivetone. HEX triplet: 73, 70 and 20. RGB value is (115,112,32). Sum of RGB (Red+Green+Blue) = 115+112+32=259 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.40% from 259); Green value is 112 (44.14% from 255 or 43.24% from 259); Blue value is 32 (12.89% from 255 or 12.36% from 259); Max value from RGB is 115 - color contains mainly: red. Hex color #737020 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737020 is #8C8FDF. Grayscale: #686868. Windows color (decimal): -9211872 or 2125939. OLE color: 2125939.

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

Color convert

RGB 115 112 32 -
CMYK 0 0.03 0.72 0.55
HSL 57.83º 0.56% 0.29% -
HSV(B) 57.83º 0.72% 0.45% -
XYZ 13.13 15.34 3.64 -
YUV 103.78 87.49 136 -
System Red Green Blue C M Y K H S L
Decimal 115 112 32 0 0.03 0.72 0.55 57.83 0.56 0.29
Hex 73 70 20 0 3 48 37 3A 38 1D
Octal 163 160 40 0 3 110 67 72 70 35
Binary 1110011 1110000 100000 0 11 1001000 110111 111010 111000 11101

Color Harmonies of #737020

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737020

Black with #737020

Text Example


Text Example

White with #737020

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737020; }

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

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

background-color css

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

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

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

border-color css

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

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

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