Html Css Color HEX #747229 Olivetone

📋 copy color: '#747229'

red 116 ◦ green 114 ◦ blue 41

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

Shades of Olivetone #747229

Tints of Olivetone #747229

RGB

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

 GREEN value IS 114 (44.92% from 255) = 42.07%

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

R = 42.8%
G = 42.07%
B = 15.13%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#747229 (or 0x747229) is known color: Olivetone. HEX triplet: 74, 72 and 29. RGB value is (116,114,41). Sum of RGB (Red+Green+Blue) = 116+114+41=271 (35% of max value = 765). Red value is 116 (45.70% from 255 or 42.80% from 271); Green value is 114 (44.92% from 255 or 42.07% from 271); Blue value is 41 (16.41% from 255 or 15.13% from 271); Max value from RGB is 116 - color contains mainly: red. Hex color #747229 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747229 is #8B8DD6. Grayscale: #6A6A6A. Windows color (decimal): -9145815 or 2716276. OLE color: 2716276.

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

Color convert

RGB 116 114 41 -
CMYK 0 0.02 0.65 0.55
HSL 58.4º 0.48% 0.31% -
HSV(B) 58.4º 0.65% 0.45% -
XYZ 13.62 15.91 4.45 -
YUV 106.28 91.16 134.94 -
System Red Green Blue C M Y K H S L
Decimal 116 114 41 0 0.02 0.65 0.55 58.4 0.48 0.31
Hex 74 72 29 0 2 41 37 3A 30 1F
Octal 164 162 51 0 2 101 67 72 60 37
Binary 1110100 1110010 101001 0 10 1000001 110111 111010 110000 11111

Color Harmonies of #747229

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747229

Black with #747229

Text Example


Text Example

White with #747229

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747229; }

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

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

background-color css

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

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

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

border-color css

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

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

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