Html Css Color HEX #747128 Olivetone

📋 copy color: '#747128'

red 116 ◦ green 113 ◦ blue 40

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

Shades of Olivetone #747128

Tints of Olivetone #747128

RGB

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

 GREEN value IS 113 (44.53% from 255) = 42.01%

 BLUE value IS 40 (16.02% from 255) = 14.87%

R = 43.12%
G = 42.01%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.66

 K value IS 0.55

RGB Variations

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

Color information

#747128 (or 0x747128) is known color: Olivetone. HEX triplet: 74, 71 and 28. RGB value is (116,113,40). Sum of RGB (Red+Green+Blue) = 116+113+40=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 113 (44.53% from 255 or 42.01% from 269); Blue value is 40 (16.02% from 255 or 14.87% from 269); Max value from RGB is 116 - color contains mainly: red. Hex color #747128 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747128 is #8B8ED7. Grayscale: #696969. Windows color (decimal): -9146072 or 2650484. OLE color: 2650484.

HSL color Cylindrical-coordinate representation of color #747128: hue angle of 57.63º degrees, saturation: 0.49, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #747128 is Cyan = 0, Magento = 0.03, Yellow = 0.66 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 113 40 -
CMYK 0 0.03 0.66 0.55
HSL 57.63º 0.49% 0.31% -
HSV(B) 57.63º 0.66% 0.45% -
XYZ 13.49 15.68 4.32 -
YUV 105.58 90.99 135.44 -
System Red Green Blue C M Y K H S L
Decimal 116 113 40 0 0.03 0.66 0.55 57.63 0.49 0.31
Hex 74 71 28 0 3 42 37 3A 31 1F
Octal 164 161 50 0 3 102 67 72 61 37
Binary 1110100 1110001 101000 0 11 1000010 110111 111010 110001 11111

Color Harmonies of #747128

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747128

Black with #747128

Text Example


Text Example

White with #747128

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747128; }

 p { color: rgb(116,113,40); }

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

background-color css

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

 a { background-color: rgb(116,113,40); }

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

border-color css

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

 span { border-color: rgb(116,113,40); }

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