Html Css Color HEX #757319 Olivetone

📋 copy color: '#757319'

red 117 ◦ green 115 ◦ blue 25

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

Shades of Olivetone #757319

Tints of Olivetone #757319

RGB

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

 GREEN value IS 115 (45.31% from 255) = 44.75%

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

R = 45.53%
G = 44.75%
B = 9.73%

CMYK

 C value IS 0

 M value IS 0.02

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#757319 (or 0x757319) is known color: Olivetone. HEX triplet: 75, 73 and 19. RGB value is (117,115,25). Sum of RGB (Red+Green+Blue) = 117+115+25=257 (34% of max value = 765). Red value is 117 (46.09% from 255 or 45.53% from 257); Green value is 115 (45.31% from 255 or 44.75% from 257); Blue value is 25 (10.16% from 255 or 9.73% from 257); Max value from RGB is 117 - color contains mainly: red. Hex color #757319 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757319 is #8A8CE6. Grayscale: #696969. Windows color (decimal): -9080039 or 1667957. OLE color: 1667957.

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

Color convert

RGB 117 115 25 -
CMYK 0 0.02 0.79 0.54
HSL 58.7º 0.65% 0.28% -
HSV(B) 58.7º 0.79% 0.46% -
XYZ 13.64 16.11 3.31 -
YUV 105.34 82.66 136.32 -
System Red Green Blue C M Y K H S L
Decimal 117 115 25 0 0.02 0.79 0.54 58.7 0.65 0.28
Hex 75 73 19 0 2 4F 36 3B 41 1C
Octal 165 163 31 0 2 117 66 73 101 34
Binary 1110101 1110011 11001 0 10 1001111 110110 111011 1000001 11100

Color Harmonies of #757319

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757319

Black with #757319

Text Example


Text Example

White with #757319

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757319; }

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

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

background-color css

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

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

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

border-color css

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

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

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