Html Css Color HEX #747129 Olivetone

📋 copy color: '#747129'

red 116 ◦ green 113 ◦ blue 41

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

Shades of Olivetone #747129

Tints of Olivetone #747129

RGB

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

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

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

R = 42.96%
G = 41.85%
B = 15.19%

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

#747129 (or 0x747129) is known color: Olivetone. HEX triplet: 74, 71 and 29. RGB value is (116,113,41). Sum of RGB (Red+Green+Blue) = 116+113+41=270 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.96% from 270); Green value is 113 (44.53% from 255 or 41.85% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 116 - color contains mainly: red. Hex color #747129 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747129 is #8B8ED6. Grayscale: #696969. Windows color (decimal): -9146071 or 2716020. OLE color: 2716020.

HSL color Cylindrical-coordinate representation of color #747129: hue angle of 57.6º 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 #747129 is Cyan = 0, Magento = 0.03, Yellow = 0.65 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 113 41 -
CMYK 0 0.03 0.65 0.55
HSL 57.6º 0.48% 0.31% -
HSV(B) 57.6º 0.65% 0.45% -
XYZ 13.51 15.68 4.41 -
YUV 105.69 91.49 135.35 -
System Red Green Blue C M Y K H S L
Decimal 116 113 41 0 0.03 0.65 0.55 57.6 0.48 0.31
Hex 74 71 29 0 3 41 37 3A 30 1F
Octal 164 161 51 0 3 101 67 72 60 37
Binary 1110100 1110001 101001 0 11 1000001 110111 111010 110000 11111

Color Harmonies of #747129

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747129

Black with #747129

Text Example


Text Example

White with #747129

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747129; }

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

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

background-color css

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

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

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

border-color css

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

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

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