Html Css Color HEX #737520 Olivetone

📋 copy color: '#737520'

red 115 ◦ green 117 ◦ blue 32

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

Shades of Olivetone #737520

Tints of Olivetone #737520

RGB

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

 GREEN value IS 117 (46.09% from 255) = 44.32%

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

R = 43.56%
G = 44.32%
B = 12.12%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#737520 (or 0x737520) is known color: Olivetone. HEX triplet: 73, 75 and 20. RGB value is (115,117,32). Sum of RGB (Red+Green+Blue) = 115+117+32=264 (34% of max value = 765). Red value is 115 (45.31% from 255 or 43.56% from 264); Green value is 117 (46.09% from 255 or 44.32% from 264); Blue value is 32 (12.89% from 255 or 12.12% from 264); Max value from RGB is 117 - color contains mainly: green. Hex color #737520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #737520 is #8C8ADF. Grayscale: #6B6B6B. Windows color (decimal): -9210592 or 2127219. OLE color: 2127219.

HSL color Cylindrical-coordinate representation of color #737520: hue angle of 61.41º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #737520 is Cyan = 0.02, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 115 117 32 -
CMYK 0.02 0 0.73 0.54
HSL 61.41º 0.57% 0.29% -
HSV(B) 61.41º 0.73% 0.46% -
XYZ 13.69 16.47 3.82 -
YUV 106.71 85.84 133.91 -
System Red Green Blue C M Y K H S L
Decimal 115 117 32 0.02 0 0.73 0.54 61.41 0.57 0.29
Hex 73 75 20 2 0 49 36 3D 39 1D
Octal 163 165 40 2 0 111 66 75 71 35
Binary 1110011 1110101 100000 10 0 1001001 110110 111101 111001 11101

Color Harmonies of #737520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #737520

Black with #737520

Text Example


Text Example

White with #737520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #737520; }

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

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

background-color css

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

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

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

border-color css

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

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

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