Html Css Color HEX #757219 Olivetone

📋 copy color: '#757219'

red 117 ◦ green 114 ◦ blue 25

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

Shades of Olivetone #757219

Tints of Olivetone #757219

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.53%

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

R = 45.7%
G = 44.53%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.79

 K value IS 0.54

RGB Variations

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

Color information

#757219 (or 0x757219) is known color: Olivetone. HEX triplet: 75, 72 and 19. RGB value is (117,114,25). Sum of RGB (Red+Green+Blue) = 117+114+25=256 (33% of max value = 765). Red value is 117 (46.09% from 255 or 45.70% from 256); Green value is 114 (44.92% from 255 or 44.53% from 256); Blue value is 25 (10.16% from 255 or 9.77% from 256); Max value from RGB is 117 - color contains mainly: red. Hex color #757219 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757219 is #8A8DE6. Grayscale: #696969. Windows color (decimal): -9080295 or 1667701. OLE color: 1667701.

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

Color convert

RGB 117 114 25 -
CMYK 0 0.03 0.79 0.54
HSL 58.04º 0.65% 0.28% -
HSV(B) 58.04º 0.79% 0.46% -
XYZ 13.53 15.89 3.27 -
YUV 104.75 82.99 136.74 -
System Red Green Blue C M Y K H S L
Decimal 117 114 25 0 0.03 0.79 0.54 58.04 0.65 0.28
Hex 75 72 19 0 3 4F 36 3A 41 1C
Octal 165 162 31 0 3 117 66 72 101 34
Binary 1110101 1110010 11001 0 11 1001111 110110 111010 1000001 11100

Color Harmonies of #757219

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757219

Black with #757219

Text Example


Text Example

White with #757219

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757219; }

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

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

background-color css

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

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

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

border-color css

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

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

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