Html Css Color HEX #747520 Olivetone

📋 copy color: '#747520'

red 116 ◦ green 117 ◦ blue 32

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

Shades of Olivetone #747520

Tints of Olivetone #747520

RGB

 RED value IS 116 (45.7% from 255) = 43.77%

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

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

R = 43.77%
G = 44.15%
B = 12.08%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.73

 K value IS 0.54

RGB Variations

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

Color information

#747520 (or 0x747520) is known color: Olivetone. HEX triplet: 74, 75 and 20. RGB value is (116,117,32). Sum of RGB (Red+Green+Blue) = 116+117+32=265 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.77% from 265); Green value is 117 (46.09% from 255 or 44.15% from 265); Blue value is 32 (12.89% from 255 or 12.08% from 265); Max value from RGB is 117 - color contains mainly: green. Hex color #747520 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747520 is #8B8ADF. Grayscale: #6B6B6B. Windows color (decimal): -9145056 or 2127220. OLE color: 2127220.

HSL color Cylindrical-coordinate representation of color #747520: hue angle of 60.71º 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 #747520 is Cyan = 0.01, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.54.

Color convert

RGB 116 117 32 -
CMYK 0.01 0 0.73 0.54
HSL 60.71º 0.57% 0.29% -
HSV(B) 60.71º 0.73% 0.46% -
XYZ 13.82 16.54 3.83 -
YUV 107.01 85.67 134.41 -
System Red Green Blue C M Y K H S L
Decimal 116 117 32 0.01 0 0.73 0.54 60.71 0.57 0.29
Hex 74 75 20 1 0 49 36 3D 39 1D
Octal 164 165 40 1 0 111 66 75 71 35
Binary 1110100 1110101 100000 1 0 1001001 110110 111101 111001 11101

Color Harmonies of #747520

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747520

Black with #747520

Text Example


Text Example

White with #747520

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747520; }

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

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

background-color css

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

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

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

border-color css

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

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

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