Html Css Color HEX #736E20 Olivetone

📋 copy color: '#736E20'

red 115 ◦ green 110 ◦ blue 32

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

Shades of Olivetone #736E20

Tints of Olivetone #736E20

RGB

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

 GREEN value IS 110 (43.36% from 255) = 42.8%

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

R = 44.75%
G = 42.8%
B = 12.45%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#736E20 (or 0x736E20) is known color: Olivetone. HEX triplet: 73, 6E and 20. RGB value is (115,110,32). Sum of RGB (Red+Green+Blue) = 115+110+32=257 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.75% from 257); Green value is 110 (43.36% from 255 or 42.80% from 257); Blue value is 32 (12.89% from 255 or 12.45% from 257); Max value from RGB is 115 - color contains mainly: red. Hex color #736E20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736E20 is #8C91DF. Grayscale: #666666. Windows color (decimal): -9212384 or 2125427. OLE color: 2125427.

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

Color convert

RGB 115 110 32 -
CMYK 0 0.04 0.72 0.55
HSL 56.39º 0.56% 0.29% -
HSV(B) 56.39º 0.72% 0.45% -
XYZ 12.91 14.9 3.56 -
YUV 102.6 88.16 136.84 -
System Red Green Blue C M Y K H S L
Decimal 115 110 32 0 0.04 0.72 0.55 56.39 0.56 0.29
Hex 73 6E 20 0 4 48 37 38 38 1D
Octal 163 156 40 0 4 110 67 70 70 35
Binary 1110011 1101110 100000 0 100 1001000 110111 111000 111000 11101

Color Harmonies of #736E20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736E20

Black with #736E20

Text Example


Text Example

White with #736E20

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736E20; }

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

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

background-color css

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

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

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

border-color css

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

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

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