Html Css Color HEX #747729 Olivetone

📋 copy color: '#747729'

red 116 ◦ green 119 ◦ blue 41

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

Shades of Olivetone #747729

Tints of Olivetone #747729

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.12%

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

R = 42.03%
G = 43.12%
B = 14.86%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#747729 (or 0x747729) is known color: Olivetone. HEX triplet: 74, 77 and 29. RGB value is (116,119,41). Sum of RGB (Red+Green+Blue) = 116+119+41=276 (36% of max value = 765). Red value is 116 (45.70% from 255 or 42.03% from 276); Green value is 119 (46.88% from 255 or 43.12% from 276); Blue value is 41 (16.41% from 255 or 14.86% from 276); Max value from RGB is 119 - color contains mainly: green. Hex color #747729 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747729 is #8B88D6. Grayscale: #6D6D6D. Windows color (decimal): -9144535 or 2717556. OLE color: 2717556.

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

Color convert

RGB 116 119 41 -
CMYK 0.03 0 0.66 0.53
HSL 62.31º 0.49% 0.31% -
HSV(B) 62.31º 0.66% 0.47% -
XYZ 14.2 17.07 4.64 -
YUV 109.21 89.51 132.84 -
System Red Green Blue C M Y K H S L
Decimal 116 119 41 0.03 0 0.66 0.53 62.31 0.49 0.31
Hex 74 77 29 3 0 42 35 3E 31 1F
Octal 164 167 51 3 0 102 65 76 61 37
Binary 1110100 1110111 101001 11 0 1000010 110101 111110 110001 11111

Color Harmonies of #747729

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747729

Black with #747729

Text Example


Text Example

White with #747729

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747729; }

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

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

background-color css

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

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

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

border-color css

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

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

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