Html Css Color HEX #757500 Olive

📋 copy color: '#757500'

red 117 ◦ green 117 ◦ blue 0

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

Shades of Olive #757500

Tints of Olive #757500

RGB

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

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

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

R = 50%
G = 50%
B = 0%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 1

 K value IS 0.54

RGB Variations

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

Color information

#757500 (or 0x757500) is known color: Olive. HEX triplet: 75, 75 and 00. RGB value is (117,117,0). Sum of RGB (Red+Green+Blue) = 117+117+0=234 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50% from 234); Green value is 117 (46.09% from 255 or 50% from 234); Blue value is 0 (0.39% from 255 or 0% from 234); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757500 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757500 is #8A8AFF. Grayscale: #686868. Windows color (decimal): -9079552 or 30069. OLE color: 30069.

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

Color convert

RGB 117 117 0 -
CMYK 0 0 1 0.54
HSL 60º 1% 0.23% -
HSV(B) 60º 1% 0.46% -
XYZ 13.7 16.5 2.46 -
YUV 103.66 69.5 137.51 -
System Red Green Blue C M Y K H S L
Decimal 117 117 0 0 0 1 0.54 60 1 0.23
Hex 75 75 0 0 0 64 36 3C 64 17
Octal 165 165 0 0 0 144 66 74 144 27
Binary 1110101 1110101 0 0 0 1100100 110110 111100 1100100 10111

Color Harmonies of #757500

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757500

Black with #757500

Text Example


Text Example

White with #757500

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757500; }

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

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

background-color css

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

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

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

border-color css

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

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

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