Html Css Color HEX #737420 Olivetone

📋 copy color: '#737420'

red 115 ◦ green 116 ◦ blue 32

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

Shades of Olivetone #737420

Tints of Olivetone #737420

RGB

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

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

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

R = 43.73%
G = 44.11%
B = 12.17%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#737420 (or 0x737420) is known color: Olivetone. HEX triplet: 73, 74 and 20. RGB value is (115,116,32). Sum of RGB (Red+Green+Blue) = 115+116+32=263 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.73% from 263); Green value is 116 (45.70% from 255 or 44.11% from 263); Blue value is 32 (12.89% from 255 or 12.17% from 263); Max value from RGB is 116 - color contains mainly: green. Hex color #737420 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737420 is #8C8BDF. Grayscale: #6A6A6A. Windows color (decimal): -9210848 or 2126963. OLE color: 2126963.

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

Color convert

RGB 115 116 32 -
CMYK 0.01 0 0.72 0.55
HSL 60.71º 0.57% 0.29% -
HSV(B) 60.71º 0.72% 0.45% -
XYZ 13.58 16.24 3.79 -
YUV 106.13 86.17 134.33 -
System Red Green Blue C M Y K H S L
Decimal 115 116 32 0.01 0 0.72 0.55 60.71 0.57 0.29
Hex 73 74 20 1 0 48 37 3D 39 1D
Octal 163 164 40 1 0 110 67 75 71 35
Binary 1110011 1110100 100000 1 0 1001000 110111 111101 111001 11101

Color Harmonies of #737420

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737420

Black with #737420

Text Example


Text Example

White with #737420

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737420; }

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

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

background-color css

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

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

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

border-color css

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

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

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