Html Css Color HEX #757024 Olivetone

📋 copy color: '#757024'

red 117 ◦ green 112 ◦ blue 36

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

Shades of Olivetone #757024

Tints of Olivetone #757024

RGB

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

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

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

R = 44.15%
G = 42.26%
B = 13.58%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.69

 K value IS 0.54

RGB Variations

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

Color information

#757024 (or 0x757024) is known color: Olivetone. HEX triplet: 75, 70 and 24. RGB value is (117,112,36). Sum of RGB (Red+Green+Blue) = 117+112+36=265 (35% of max value = 765). Red value is 117 (46.09% from 255 or 44.15% from 265); Green value is 112 (44.14% from 255 or 42.26% from 265); Blue value is 36 (14.45% from 255 or 13.58% from 265); Max value from RGB is 117 - color contains mainly: red. Hex color #757024 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #757024 is #8A8FDB. Grayscale: #696969. Windows color (decimal): -9080796 or 2388085. OLE color: 2388085.

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

Color convert

RGB 117 112 36 -
CMYK 0 0.04 0.69 0.54
HSL 56.3º 0.53% 0.3% -
HSV(B) 56.3º 0.69% 0.46% -
XYZ 13.45 15.5 3.95 -
YUV 104.83 89.16 136.68 -
System Red Green Blue C M Y K H S L
Decimal 117 112 36 0 0.04 0.69 0.54 56.3 0.53 0.3
Hex 75 70 24 0 4 45 36 38 35 1E
Octal 165 160 44 0 4 105 66 70 65 36
Binary 1110101 1110000 100100 0 100 1000101 110110 111000 110101 11110

Color Harmonies of #757024

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757024

Black with #757024

Text Example


Text Example

White with #757024

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757024; }

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

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

background-color css

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

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

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

border-color css

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

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

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