Html Css Color HEX #746F29 Olivetone

📋 copy color: '#746F29'

red 116 ◦ green 111 ◦ blue 41

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

Shades of Olivetone #746F29

Tints of Olivetone #746F29

RGB

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

 GREEN value IS 111 (43.75% from 255) = 41.42%

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

R = 43.28%
G = 41.42%
B = 15.3%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.55

RGB Variations

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

Color information

#746F29 (or 0x746F29) is known color: Olivetone. HEX triplet: 74, 6F and 29. RGB value is (116,111,41). Sum of RGB (Red+Green+Blue) = 116+111+41=268 (35% of max value = 765). Red value is 116 (45.70% from 255 or 43.28% from 268); Green value is 111 (43.75% from 255 or 41.42% from 268); Blue value is 41 (16.41% from 255 or 15.30% from 268); Max value from RGB is 116 - color contains mainly: red. Hex color #746F29 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #746F29 is #8B90D6. Grayscale: #686868. Windows color (decimal): -9146583 or 2715508. OLE color: 2715508.

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

Color convert

RGB 116 111 41 -
CMYK 0 0.04 0.65 0.55
HSL 56º 0.48% 0.31% -
HSV(B) 56º 0.65% 0.45% -
XYZ 13.29 15.24 4.34 -
YUV 104.52 92.16 136.19 -
System Red Green Blue C M Y K H S L
Decimal 116 111 41 0 0.04 0.65 0.55 56 0.48 0.31
Hex 74 6F 29 0 4 41 37 38 30 1F
Octal 164 157 51 0 4 101 67 70 60 37
Binary 1110100 1101111 101001 0 100 1000001 110111 111000 110000 11111

Color Harmonies of #746F29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746F29

Black with #746F29

Text Example


Text Example

White with #746F29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746F29; }

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

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

background-color css

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

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

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

border-color css

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

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

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