Html Css Color HEX #757100 Olive

📋 copy color: '#757100'

red 117 ◦ green 113 ◦ blue 0

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

Shades of Olive #757100

Tints of Olive #757100

RGB

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

 GREEN value IS 113 (44.53% from 255) = 49.13%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 50.87%
G = 49.13%
B = 0%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#757100 (or 0x757100) is known color: Olive. HEX triplet: 75, 71 and 00. RGB value is (117,113,0). Sum of RGB (Red+Green+Blue) = 117+113+0=230 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.87% from 230); Green value is 113 (44.53% from 255 or 49.13% from 230); Blue value is 0 (0.39% from 255 or 0% from 230); Max value from RGB is 117 - color contains mainly: red. Hex color #757100 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757100 is #8A8EFF. Grayscale: #656565. Windows color (decimal): -9080576 or 29045. OLE color: 29045.

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

Color convert

RGB 117 113 0 -
CMYK 0 0.03 1 0.54
HSL 57.95º 1% 0.23% -
HSV(B) 57.95º 1% 0.46% -
XYZ 13.24 15.59 2.31 -
YUV 101.31 70.83 139.19 -
System Red Green Blue C M Y K H S L
Decimal 117 113 0 0 0.03 1 0.54 57.95 1 0.23
Hex 75 71 0 0 3 64 36 3A 64 17
Octal 165 161 0 0 3 144 66 72 144 27
Binary 1110101 1110001 0 0 11 1100100 110110 111010 1100100 10111

Color Harmonies of #757100

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757100

Black with #757100

Text Example


Text Example

White with #757100

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757100; }

 p { color: rgb(117,113,0); }

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

background-color css

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

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

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

border-color css

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

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

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