Html Css Color HEX #757419 Olivetone

📋 copy color: '#757419'

red 117 ◦ green 116 ◦ blue 25

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

Shades of Olivetone #757419

Tints of Olivetone #757419

RGB

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

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

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

R = 45.35%
G = 44.96%
B = 9.69%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#757419 (or 0x757419) is known color: Olivetone. HEX triplet: 75, 74 and 19. RGB value is (117,116,25). Sum of RGB (Red+Green+Blue) = 117+116+25=258 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.35% from 258); Green value is 116 (45.70% from 255 or 44.96% from 258); Blue value is 25 (10.16% from 255 or 9.69% from 258); Max value from RGB is 117 - color contains mainly: red. Hex color #757419 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757419 is #8A8BE6. Grayscale: #6A6A6A. Windows color (decimal): -9079783 or 1668213. OLE color: 1668213.

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

Color convert

RGB 117 116 25 -
CMYK 0 0.01 0.79 0.54
HSL 59.35º 0.65% 0.28% -
HSV(B) 59.35º 0.79% 0.46% -
XYZ 13.76 16.34 3.35 -
YUV 105.93 82.33 135.9 -
System Red Green Blue C M Y K H S L
Decimal 117 116 25 0 0.01 0.79 0.54 59.35 0.65 0.28
Hex 75 74 19 0 1 4F 36 3B 41 1C
Octal 165 164 31 0 1 117 66 73 101 34
Binary 1110101 1110100 11001 0 1 1001111 110110 111011 1000001 11100

Color Harmonies of #757419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757419

Black with #757419

Text Example


Text Example

White with #757419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757419; }

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

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

background-color css

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

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

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

border-color css

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

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

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