Html Css Color HEX #757601 Olive

📋 copy color: '#757601'

red 117 ◦ green 118 ◦ blue 1

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

Shades of Olive #757601

Tints of Olive #757601

RGB

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

 GREEN value IS 118 (46.48% from 255) = 50%

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

R = 49.58%
G = 50%
B = 0.42%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#757601 (or 0x757601) is known color: Olive. HEX triplet: 75, 76 and 01. RGB value is (117,118,1). Sum of RGB (Red+Green+Blue) = 117+118+1=236 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.58% from 236); Green value is 118 (46.48% from 255 or 50% from 236); Blue value is 1 (0.78% from 255 or 0.42% from 236); Max value from RGB is 118 - color contains mainly: green. Hex color #757601 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757601 is #8A89FE. Grayscale: #686868. Windows color (decimal): -9079295 or 95861. OLE color: 95861.

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

Color convert

RGB 117 118 1 -
CMYK 0.01 0 0.99 0.54
HSL 60.51º 0.98% 0.23% -
HSV(B) 60.51º 0.99% 0.46% -
XYZ 13.82 16.74 2.53 -
YUV 104.36 69.67 137.01 -
System Red Green Blue C M Y K H S L
Decimal 117 118 1 0.01 0 0.99 0.54 60.51 0.98 0.23
Hex 75 76 1 1 0 63 36 3D 62 17
Octal 165 166 1 1 0 143 66 75 142 27
Binary 1110101 1110110 1 1 0 1100011 110110 111101 1100010 10111

Color Harmonies of #757601

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757601

Black with #757601

Text Example


Text Example

White with #757601

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757601; }

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

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

background-color css

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

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

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

border-color css

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

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

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