Html Css Color HEX #736920 Olivetone

📋 copy color: '#736920'

red 115 ◦ green 105 ◦ blue 32

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

Shades of Olivetone #736920

Tints of Olivetone #736920

RGB

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

 GREEN value IS 105 (41.41% from 255) = 41.67%

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

R = 45.63%
G = 41.67%
B = 12.7%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#736920 (or 0x736920) is known color: Olivetone. HEX triplet: 73, 69 and 20. RGB value is (115,105,32). Sum of RGB (Red+Green+Blue) = 115+105+32=252 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.63% from 252); Green value is 105 (41.41% from 255 or 41.67% from 252); Blue value is 32 (12.89% from 255 or 12.70% from 252); Max value from RGB is 115 - color contains mainly: red. Hex color #736920 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736920 is #8C96DF. Grayscale: #636363. Windows color (decimal): -9213664 or 2124147. OLE color: 2124147.

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

Color convert

RGB 115 105 32 -
CMYK 0 0.09 0.72 0.55
HSL 52.77º 0.56% 0.29% -
HSV(B) 52.77º 0.72% 0.45% -
XYZ 12.38 13.85 3.39 -
YUV 99.67 89.81 138.94 -
System Red Green Blue C M Y K H S L
Decimal 115 105 32 0 0.09 0.72 0.55 52.77 0.56 0.29
Hex 73 69 20 0 9 48 37 35 38 1D
Octal 163 151 40 0 11 110 67 65 70 35
Binary 1110011 1101001 100000 0 1001 1001000 110111 110101 111000 11101

Color Harmonies of #736920

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736920

Black with #736920

Text Example


Text Example

White with #736920

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #736920; }

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

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

background-color css

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

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

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

border-color css

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

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

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