Html Css Color HEX #757511 Olive

📋 copy color: '#757511'

red 117 ◦ green 117 ◦ blue 17

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

Shades of Olive #757511

Tints of Olive #757511

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.61%

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

R = 46.61%
G = 46.61%
B = 6.77%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.85

 K value IS 0.54

RGB Variations

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

Color information

#757511 (or 0x757511) is known color: Olive. HEX triplet: 75, 75 and 11. RGB value is (117,117,17). Sum of RGB (Red+Green+Blue) = 117+117+17=251 (33% of max value = 765). Red value is 117 (46.09% from 255 or 46.61% from 251); Green value is 117 (46.09% from 255 or 46.61% from 251); Blue value is 17 (7.03% from 255 or 6.77% from 251); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757511 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757511 is #8A8AEE. Grayscale: #6A6A6A. Windows color (decimal): -9079535 or 1144181. OLE color: 1144181.

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

Color convert

RGB 117 117 17 -
CMYK 0 0 0.85 0.54
HSL 60º 0.75% 0.26% -
HSV(B) 60º 0.85% 0.46% -
XYZ 13.8 16.54 3 -
YUV 105.6 78 136.13 -
System Red Green Blue C M Y K H S L
Decimal 117 117 17 0 0 0.85 0.54 60 0.75 0.26
Hex 75 75 11 0 0 55 36 3C 4B 1A
Octal 165 165 21 0 0 125 66 74 113 32
Binary 1110101 1110101 10001 0 0 1010101 110110 111100 1001011 11010

Color Harmonies of #757511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757511

Black with #757511

Text Example


Text Example

White with #757511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757511; }

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

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

background-color css

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

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

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

border-color css

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

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

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