Html Css Color HEX #757429 Olivetone

📋 copy color: '#757429'

red 117 ◦ green 116 ◦ blue 41

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

Shades of Olivetone #757429

Tints of Olivetone #757429

RGB

 RED value IS 117 (46.09% from 255) = 42.7%

 GREEN value IS 116 (45.7% from 255) = 42.34%

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

R = 42.7%
G = 42.34%
B = 14.96%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#757429 (or 0x757429) is known color: Olivetone. HEX triplet: 75, 74 and 29. RGB value is (117,116,41). Sum of RGB (Red+Green+Blue) = 117+116+41=274 (36% of max value = 765). Red value is 117 (46.09% from 255 or 42.70% from 274); Green value is 116 (45.70% from 255 or 42.34% from 274); Blue value is 41 (16.41% from 255 or 14.96% from 274); Max value from RGB is 117 - color contains mainly: red. Hex color #757429 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757429 is #8A8BD6. Grayscale: #6C6C6C. Windows color (decimal): -9079767 or 2716789. OLE color: 2716789.

HSL color Cylindrical-coordinate representation of color #757429: hue angle of 59.21º degrees, saturation: 0.48, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #757429 is Cyan = 0, Magento = 0.01, Yellow = 0.65 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 116 41 -
CMYK 0 0.01 0.65 0.54
HSL 59.21º 0.48% 0.31% -
HSV(B) 59.21º 0.65% 0.46% -
XYZ 13.98 16.43 4.53 -
YUV 107.75 90.33 134.6 -
System Red Green Blue C M Y K H S L
Decimal 117 116 41 0 0.01 0.65 0.54 59.21 0.48 0.31
Hex 75 74 29 0 1 41 36 3B 30 1F
Octal 165 164 51 0 1 101 66 73 60 37
Binary 1110101 1110100 101001 0 1 1000001 110110 111011 110000 11111

Color Harmonies of #757429

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757429

Black with #757429

Text Example


Text Example

White with #757429

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757429; }

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

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

background-color css

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

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

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

border-color css

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

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

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