Html Css Color HEX #757211 Olivetone

📋 copy color: '#757211'

red 117 ◦ green 114 ◦ blue 17

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

Shades of Olivetone #757211

Tints of Olivetone #757211

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.85%

R = 47.18%
G = 45.97%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#757211 (or 0x757211) is known color: Olivetone. HEX triplet: 75, 72 and 11. RGB value is (117,114,17). Sum of RGB (Red+Green+Blue) = 117+114+17=248 (32% of max value = 765). Red value is 117 (46.09% from 255 or 47.18% from 248); Green value is 114 (44.92% from 255 or 45.97% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 117 - color contains mainly: red. Hex color #757211 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757211 is #8A8DEE. Grayscale: #686868. Windows color (decimal): -9080303 or 1143413. OLE color: 1143413.

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

Color convert

RGB 117 114 17 -
CMYK 0 0.03 0.85 0.54
HSL 58.2º 0.75% 0.26% -
HSV(B) 58.2º 0.85% 0.46% -
XYZ 13.45 15.86 2.88 -
YUV 103.84 78.99 137.39 -
System Red Green Blue C M Y K H S L
Decimal 117 114 17 0 0.03 0.85 0.54 58.2 0.75 0.26
Hex 75 72 11 0 3 55 36 3A 4B 1A
Octal 165 162 21 0 3 125 66 72 113 32
Binary 1110101 1110010 10001 0 11 1010101 110110 111010 1001011 11010

Color Harmonies of #757211

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757211

Black with #757211

Text Example


Text Example

White with #757211

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757211; }

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

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

background-color css

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

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

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

border-color css

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

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

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