Html Css Color HEX #757213 Olivetone

📋 copy color: '#757213'

red 117 ◦ green 114 ◦ blue 19

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

Shades of Olivetone #757213

Tints of Olivetone #757213

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 7.6%

R = 46.8%
G = 45.6%
B = 7.6%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.84

 K value IS 0.54

RGB Variations

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

Color information

#757213 (or 0x757213) is known color: Olivetone. HEX triplet: 75, 72 and 13. RGB value is (117,114,19). Sum of RGB (Red+Green+Blue) = 117+114+19=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 114 (44.92% from 255 or 45.6% from 250); Blue value is 19 (7.81% from 255 or 7.6% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #757213 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757213 is #8A8DEC. Grayscale: #686868. Windows color (decimal): -9080301 or 1274485. OLE color: 1274485.

HSL color Cylindrical-coordinate representation of color #757213: hue angle of 58.16º degrees, saturation: 0.72, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #757213 is Cyan = 0, Magento = 0.03, Yellow = 0.84 and Black (K on CMYK) = 0.54.

Color convert

RGB 117 114 19 -
CMYK 0 0.03 0.84 0.54
HSL 58.16º 0.72% 0.27% -
HSV(B) 58.16º 0.84% 0.46% -
XYZ 13.47 15.86 2.97 -
YUV 104.07 79.99 137.22 -
System Red Green Blue C M Y K H S L
Decimal 117 114 19 0 0.03 0.84 0.54 58.16 0.72 0.27
Hex 75 72 13 0 3 54 36 3A 48 1B
Octal 165 162 23 0 3 124 66 72 110 33
Binary 1110101 1110010 10011 0 11 1010100 110110 111010 1001000 11011

Color Harmonies of #757213

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757213

Black with #757213

Text Example


Text Example

White with #757213

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757213; }

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

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

background-color css

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

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

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

border-color css

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

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

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