Html Css Color HEX #736F20 Olivetone

📋 copy color: '#736F20'

red 115 ◦ green 111 ◦ blue 32

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

Shades of Olivetone #736F20

Tints of Olivetone #736F20

RGB

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

 GREEN value IS 111 (43.75% from 255) = 43.02%

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

R = 44.57%
G = 43.02%
B = 12.4%

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

#736F20 (or 0x736F20) is known color: Olivetone. HEX triplet: 73, 6F and 20. RGB value is (115,111,32). Sum of RGB (Red+Green+Blue) = 115+111+32=258 (34% of max value = 765). Red value is 115 (45.31% from 255 or 44.57% from 258); Green value is 111 (43.75% from 255 or 43.02% from 258); Blue value is 32 (12.89% from 255 or 12.40% from 258); Max value from RGB is 115 - color contains mainly: red. Hex color #736F20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736F20 is #8C90DF. Grayscale: #676767. Windows color (decimal): -9212128 or 2125683. OLE color: 2125683.

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

Color convert

RGB 115 111 32 -
CMYK 0 0.03 0.72 0.55
HSL 57.11º 0.56% 0.29% -
HSV(B) 57.11º 0.72% 0.45% -
XYZ 13.02 15.12 3.6 -
YUV 103.19 87.83 136.42 -
System Red Green Blue C M Y K H S L
Decimal 115 111 32 0 0.03 0.72 0.55 57.11 0.56 0.29
Hex 73 6F 20 0 3 48 37 39 38 1D
Octal 163 157 40 0 3 110 67 71 70 35
Binary 1110011 1101111 100000 0 11 1001000 110111 111001 111000 11101

Color Harmonies of #736F20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736F20

Black with #736F20

Text Example


Text Example

White with #736F20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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