Html Css Color HEX #747029 Olivetone

📋 copy color: '#747029'

red 116 ◦ green 112 ◦ blue 41

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

Shades of Olivetone #747029

Tints of Olivetone #747029

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.64%

 BLUE value IS 41 (16.41% from 255) = 15.24%

R = 43.12%
G = 41.64%
B = 15.24%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#747029 (or 0x747029) is known color: Olivetone. HEX triplet: 74, 70 and 29. RGB value is (116,112,41). Sum of RGB (Red+Green+Blue) = 116+112+41=269 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.12% from 269); Green value is 112 (44.14% from 255 or 41.64% from 269); Blue value is 41 (16.41% from 255 or 15.24% from 269); Max value from RGB is 116 - color contains mainly: red. Hex color #747029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747029 is #8B8FD6. Grayscale: #696969. Windows color (decimal): -9146327 or 2715764. OLE color: 2715764.

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

Color convert

RGB 116 112 41 -
CMYK 0 0.03 0.65 0.55
HSL 56.8º 0.48% 0.31% -
HSV(B) 56.8º 0.65% 0.45% -
XYZ 13.4 15.46 4.38 -
YUV 105.1 91.83 135.77 -
System Red Green Blue C M Y K H S L
Decimal 116 112 41 0 0.03 0.65 0.55 56.8 0.48 0.31
Hex 74 70 29 0 3 41 37 39 30 1F
Octal 164 160 51 0 3 101 67 71 60 37
Binary 1110100 1110000 101001 0 11 1000001 110111 111001 110000 11111

Color Harmonies of #747029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747029

Black with #747029

Text Example


Text Example

White with #747029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747029; }

 p { color: rgb(116,112,41); }

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

background-color css

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

 a { background-color: rgb(116,112,41); }

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

border-color css

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

 span { border-color: rgb(116,112,41); }

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