Html Css Color HEX #757400 Olive

📋 copy color: '#757400'

red 117 ◦ green 116 ◦ blue 0

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

Shades of Olive #757400

Tints of Olive #757400

RGB

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

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

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

R = 50.21%
G = 49.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.01

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#757400 (or 0x757400) is known color: Olive. HEX triplet: 75, 74 and 00. RGB value is (117,116,0). Sum of RGB (Red+Green+Blue) = 117+116+0=233 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.21% from 233); Green value is 116 (45.70% from 255 or 49.79% from 233); Blue value is 0 (0.39% from 255 or 0% from 233); Max value from RGB is 117 - color contains mainly: red. Hex color #757400 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757400 is #8A8BFF. Grayscale: #676767. Windows color (decimal): -9079808 or 29813. OLE color: 29813.

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

Color convert

RGB 117 116 0 -
CMYK 0 0.01 1 0.54
HSL 59.49º 1% 0.23% -
HSV(B) 59.49º 1% 0.46% -
XYZ 13.58 16.27 2.43 -
YUV 103.08 69.83 137.93 -
System Red Green Blue C M Y K H S L
Decimal 117 116 0 0 0.01 1 0.54 59.49 1 0.23
Hex 75 74 0 0 1 64 36 3B 64 17
Octal 165 164 0 0 1 144 66 73 144 27
Binary 1110101 1110100 0 0 1 1100100 110110 111011 1100100 10111

Color Harmonies of #757400

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757400

Black with #757400

Text Example


Text Example

White with #757400

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757400; }

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

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

background-color css

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

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

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

border-color css

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

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

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