Html Css Color HEX #757411 Olive

📋 copy color: '#757411'

red 117 ◦ green 116 ◦ blue 17

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

Shades of Olive #757411

Tints of Olive #757411

RGB

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

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

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

R = 46.8%
G = 46.4%
B = 6.8%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#757411 (or 0x757411) is known color: Olive. HEX triplet: 75, 74 and 11. RGB value is (117,116,17). Sum of RGB (Red+Green+Blue) = 117+116+17=250 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.8% from 250); Green value is 116 (45.70% from 255 or 46.4% from 250); Blue value is 17 (7.03% from 255 or 6.8% from 250); Max value from RGB is 117 - color contains mainly: red. Hex color #757411 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757411 is #8A8BEE. Grayscale: #696969. Windows color (decimal): -9079791 or 1143925. OLE color: 1143925.

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

Color convert

RGB 117 116 17 -
CMYK 0 0.01 0.85 0.54
HSL 59.4º 0.75% 0.26% -
HSV(B) 59.4º 0.85% 0.46% -
XYZ 13.68 16.31 2.96 -
YUV 105.01 78.33 136.55 -
System Red Green Blue C M Y K H S L
Decimal 117 116 17 0 0.01 0.85 0.54 59.4 0.75 0.26
Hex 75 74 11 0 1 55 36 3B 4B 1A
Octal 165 164 21 0 1 125 66 73 113 32
Binary 1110101 1110100 10001 0 1 1010101 110110 111011 1001011 11010

Color Harmonies of #757411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757411

Black with #757411

Text Example


Text Example

White with #757411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757411; }

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

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

background-color css

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

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

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

border-color css

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

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

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