Html Css Color HEX #736C20 Olivetone

📋 copy color: '#736C20'

red 115 ◦ green 108 ◦ blue 32

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

Shades of Olivetone #736C20

Tints of Olivetone #736C20

RGB

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

 GREEN value IS 108 (42.58% from 255) = 42.35%

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

R = 45.1%
G = 42.35%
B = 12.55%

CMYK

 C value IS 0

 M value IS 0.06

 Y value IS 0.72

 K value IS 0.55

RGB Variations

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

Color information

#736C20 (or 0x736C20) is known color: Olivetone. HEX triplet: 73, 6C and 20. RGB value is (115,108,32). Sum of RGB (Red+Green+Blue) = 115+108+32=255 (33% of max value = 765). Red value is 115 (45.31% from 255 or 45.10% from 255); Green value is 108 (42.58% from 255 or 42.35% from 255); Blue value is 32 (12.89% from 255 or 12.55% from 255); Max value from RGB is 115 - color contains mainly: red. Hex color #736C20 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #736C20 is #8C93DF. Grayscale: #656565. Windows color (decimal): -9212896 or 2124915. OLE color: 2124915.

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

Color convert

RGB 115 108 32 -
CMYK 0 0.06 0.72 0.55
HSL 54.94º 0.56% 0.29% -
HSV(B) 54.94º 0.72% 0.45% -
XYZ 12.69 14.47 3.49 -
YUV 101.43 88.82 137.68 -
System Red Green Blue C M Y K H S L
Decimal 115 108 32 0 0.06 0.72 0.55 54.94 0.56 0.29
Hex 73 6C 20 0 6 48 37 37 38 1D
Octal 163 154 40 0 6 110 67 67 70 35
Binary 1110011 1101100 100000 0 110 1001000 110111 110111 111000 11101

Color Harmonies of #736C20

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #736C20

Black with #736C20

Text Example


Text Example

White with #736C20

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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