Html Css Color HEX #757501 Olive

📋 copy color: '#757501'

red 117 ◦ green 117 ◦ blue 1

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

Shades of Olive #757501

Tints of Olive #757501

RGB

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

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

 BLUE value IS 1 (0.78% from 255) = 0.43%

R = 49.79%
G = 49.79%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#757501 (or 0x757501) is known color: Olive. HEX triplet: 75, 75 and 01. RGB value is (117,117,1). Sum of RGB (Red+Green+Blue) = 117+117+1=235 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.79% from 235); Green value is 117 (46.09% from 255 or 49.79% from 235); Blue value is 1 (0.78% from 255 or 0.43% from 235); Max value from RGB is 117 - color contains mainly: red, green. Hex color #757501 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757501 is #8A8AFE. Grayscale: #686868. Windows color (decimal): -9079551 or 95605. OLE color: 95605.

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

Color convert

RGB 117 117 1 -
CMYK 0 0 0.99 0.54
HSL 60º 0.98% 0.23% -
HSV(B) 60º 0.99% 0.46% -
XYZ 13.7 16.51 2.49 -
YUV 103.78 70 137.43 -
System Red Green Blue C M Y K H S L
Decimal 117 117 1 0 0 0.99 0.54 60 0.98 0.23
Hex 75 75 1 0 0 63 36 3C 62 17
Octal 165 165 1 0 0 143 66 74 142 27
Binary 1110101 1110101 1 0 0 1100011 110110 111100 1100010 10111

Color Harmonies of #757501

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757501

Black with #757501

Text Example


Text Example

White with #757501

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757501; }

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

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

background-color css

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

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

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

border-color css

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

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

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