Html Css Color HEX #757000 Olive

📋 copy color: '#757000'

red 117 ◦ green 112 ◦ blue 0

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

Shades of Olive #757000

Tints of Olive #757000

RGB

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

 GREEN value IS 112 (44.14% from 255) = 48.91%

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

R = 51.09%
G = 48.91%
B = 0%

CMYK

 C value IS 0

 M value IS 0.04

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#757000 (or 0x757000) is known color: Olive. HEX triplet: 75, 70 and 00. RGB value is (117,112,0). Sum of RGB (Red+Green+Blue) = 117+112+0=229 (30% of max value = 765). Red value is 117 (46.09% from 255 or 51.09% from 229); Green value is 112 (44.14% from 255 or 48.91% from 229); Blue value is 0 (0.39% from 255 or 0% from 229); Max value from RGB is 117 - color contains mainly: red. Hex color #757000 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757000 is #8A8FFF. Grayscale: #656565. Windows color (decimal): -9080832 or 28789. OLE color: 28789.

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

Color convert

RGB 117 112 0 -
CMYK 0 0.04 1 0.54
HSL 57.44º 1% 0.23% -
HSV(B) 57.44º 1% 0.46% -
XYZ 13.13 15.37 2.27 -
YUV 100.73 71.16 139.61 -
System Red Green Blue C M Y K H S L
Decimal 117 112 0 0 0.04 1 0.54 57.44 1 0.23
Hex 75 70 0 0 4 64 36 39 64 17
Octal 165 160 0 0 4 144 66 71 144 27
Binary 1110101 1110000 0 0 100 1100100 110110 111001 1100100 10111

Color Harmonies of #757000

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757000

Black with #757000

Text Example


Text Example

White with #757000

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757000; }

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

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

background-color css

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

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

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

border-color css

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

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

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