Html Css Color HEX #757424 Olivetone

📋 copy color: '#757424'

red 117 ◦ green 116 ◦ blue 36

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

Shades of Olivetone #757424

Tints of Olivetone #757424

RGB

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

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

 BLUE value IS 36 (14.45% from 255) = 13.38%

R = 43.49%
G = 43.12%
B = 13.38%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#757424 (or 0x757424) is known color: Olivetone. HEX triplet: 75, 74 and 24. RGB value is (117,116,36). Sum of RGB (Red+Green+Blue) = 117+116+36=269 (35% of max value = 765). Red value is 117 (46.09% from 255 or 43.49% from 269); Green value is 116 (45.70% from 255 or 43.12% from 269); Blue value is 36 (14.45% from 255 or 13.38% from 269); Max value from RGB is 117 - color contains mainly: red. Hex color #757424 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757424 is #8A8BDB. Grayscale: #6B6B6B. Windows color (decimal): -9079772 or 2389109. OLE color: 2389109.

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

Color convert

RGB 117 116 36 -
CMYK 0 0.01 0.69 0.54
HSL 59.26º 0.53% 0.3% -
HSV(B) 59.26º 0.69% 0.46% -
XYZ 13.9 16.4 4.1 -
YUV 107.18 87.83 135 -
System Red Green Blue C M Y K H S L
Decimal 117 116 36 0 0.01 0.69 0.54 59.26 0.53 0.3
Hex 75 74 24 0 1 45 36 3B 35 1E
Octal 165 164 44 0 1 105 66 73 65 36
Binary 1110101 1110100 100100 0 1 1000101 110110 111011 110101 11110

Color Harmonies of #757424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757424

Black with #757424

Text Example


Text Example

White with #757424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757424; }

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

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

background-color css

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

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

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

border-color css

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

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

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