Html Css Color HEX #757519 Olivetone

📋 copy color: '#757519'

red 117 ◦ green 117 ◦ blue 25

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

Shades of Olivetone #757519

Tints of Olivetone #757519

RGB

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

 GREEN value IS 117 (46.09% from 255) = 45.17%

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

R = 45.17%
G = 45.17%
B = 9.65%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#757519 (or 0x757519) is known color: Olivetone. HEX triplet: 75, 75 and 19. RGB value is (117,117,25). Sum of RGB (Red+Green+Blue) = 117+117+25=259 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.17% from 259); Green value is 117 (46.09% from 255 or 45.17% from 259); Blue value is 25 (10.16% from 255 or 9.65% from 259); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757519 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757519 is #8A8AE6. Grayscale: #6A6A6A. Windows color (decimal): -9079527 or 1668469. OLE color: 1668469.

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

Color convert

RGB 117 117 25 -
CMYK 0 0 0.79 0.54
HSL 60º 0.65% 0.28% -
HSV(B) 60º 0.79% 0.46% -
XYZ 13.87 16.57 3.39 -
YUV 106.51 82 135.48 -
System Red Green Blue C M Y K H S L
Decimal 117 117 25 0 0 0.79 0.54 60 0.65 0.28
Hex 75 75 19 0 0 4F 36 3C 41 1C
Octal 165 165 31 0 0 117 66 74 101 34
Binary 1110101 1110101 11001 0 0 1001111 110110 111100 1000001 11100

Color Harmonies of #757519

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757519

Black with #757519

Text Example


Text Example

White with #757519

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757519; }

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

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

background-color css

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

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

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

border-color css

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

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

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