Html Css Color HEX #747929 Olivetone

📋 copy color: '#747929'

red 116 ◦ green 121 ◦ blue 41

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

Shades of Olivetone #747929

Tints of Olivetone #747929

RGB

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

 GREEN value IS 121 (47.66% from 255) = 43.53%

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

R = 41.73%
G = 43.53%
B = 14.75%

CMYK

 C value IS 0.04

 M value IS 0

 Y value IS 0.66

 K value IS 0.53

RGB Variations

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

Color information

#747929 (or 0x747929) is known color: Olivetone. HEX triplet: 74, 79 and 29. RGB value is (116,121,41). Sum of RGB (Red+Green+Blue) = 116+121+41=278 (36% of max value = 765). Red value is 116 (45.70% from 255 or 41.73% from 278); Green value is 121 (47.66% from 255 or 43.53% from 278); Blue value is 41 (16.41% from 255 or 14.75% from 278); Max value from RGB is 121 - color contains mainly: green. Hex color #747929 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #747929 is #8B86D6. Grayscale: #6E6E6E. Windows color (decimal): -9144023 or 2718068. OLE color: 2718068.

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

Color convert

RGB 116 121 41 -
CMYK 0.04 0 0.66 0.53
HSL 63.75º 0.49% 0.32% -
HSV(B) 63.75º 0.66% 0.47% -
XYZ 14.44 17.55 4.72 -
YUV 110.39 88.84 132 -
System Red Green Blue C M Y K H S L
Decimal 116 121 41 0.04 0 0.66 0.53 63.75 0.49 0.32
Hex 74 79 29 4 0 42 35 40 31 20
Octal 164 171 51 4 0 102 65 100 61 40
Binary 1110100 1111001 101001 100 0 1000010 110101 1000000 110001 100000

Color Harmonies of #747929

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #747929

Black with #747929

Text Example


Text Example

White with #747929

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #747929; }

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

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

background-color css

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

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

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

border-color css

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

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

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