Html Css Color HEX #757019 Olivetone

📋 copy color: '#757019'

red 117 ◦ green 112 ◦ blue 25

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

Shades of Olivetone #757019

Tints of Olivetone #757019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 9.84%

R = 46.06%
G = 44.09%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#757019 (or 0x757019) is known color: Olivetone. HEX triplet: 75, 70 and 19. RGB value is (117,112,25). Sum of RGB (Red+Green+Blue) = 117+112+25=254 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.06% from 254); Green value is 112 (44.14% from 255 or 44.09% from 254); Blue value is 25 (10.16% from 255 or 9.84% from 254); Max value from RGB is 117 - color contains mainly: red. Hex color #757019 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757019 is #8A8FE6. Grayscale: #676767. Windows color (decimal): -9080807 or 1667189. OLE color: 1667189.

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

Color convert

RGB 117 112 25 -
CMYK 0 0.04 0.79 0.54
HSL 56.74º 0.65% 0.28% -
HSV(B) 56.74º 0.79% 0.46% -
XYZ 13.31 15.44 3.2 -
YUV 103.58 83.66 137.57 -
System Red Green Blue C M Y K H S L
Decimal 117 112 25 0 0.04 0.79 0.54 56.74 0.65 0.28
Hex 75 70 19 0 4 4F 36 39 41 1C
Octal 165 160 31 0 4 117 66 71 101 34
Binary 1110101 1110000 11001 0 100 1001111 110110 111001 1000001 11100

Color Harmonies of #757019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757019

Black with #757019

Text Example


Text Example

White with #757019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757019; }

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

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

background-color css

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

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

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

border-color css

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

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

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