Html Css Color HEX #757029 Olivetone

📋 copy color: '#757029'

red 117 ◦ green 112 ◦ blue 41

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

Shades of Olivetone #757029

Tints of Olivetone #757029

RGB

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

 GREEN value IS 112 (44.14% from 255) = 41.48%

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

R = 43.33%
G = 41.48%
B = 15.19%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.65

 K value IS 0.54

RGB Variations

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

Color information

#757029 (or 0x757029) is known color: Olivetone. HEX triplet: 75, 70 and 29. RGB value is (117,112,41). Sum of RGB (Red+Green+Blue) = 117+112+41=270 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.33% from 270); Green value is 112 (44.14% from 255 or 41.48% from 270); Blue value is 41 (16.41% from 255 or 15.19% from 270); Max value from RGB is 117 - color contains mainly: red. Hex color #757029 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757029 is #8A8FD6. Grayscale: #696969. Windows color (decimal): -9080791 or 2715765. OLE color: 2715765.

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

Color convert

RGB 117 112 41 -
CMYK 0 0.04 0.65 0.54
HSL 56.05º 0.48% 0.31% -
HSV(B) 56.05º 0.65% 0.46% -
XYZ 13.53 15.53 4.38 -
YUV 105.4 91.66 136.27 -
System Red Green Blue C M Y K H S L
Decimal 117 112 41 0 0.04 0.65 0.54 56.05 0.48 0.31
Hex 75 70 29 0 4 41 36 38 30 1F
Octal 165 160 51 0 4 101 66 70 60 37
Binary 1110101 1110000 101001 0 100 1000001 110110 111000 110000 11111

Color Harmonies of #757029

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757029

Black with #757029

Text Example


Text Example

White with #757029

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757029; }

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

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

background-color css

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

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

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

border-color css

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

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

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