Html Css Color HEX #757801 Olive

📋 copy color: '#757801'

red 117 ◦ green 120 ◦ blue 1

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

Shades of Olive #757801

Tints of Olive #757801

RGB

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

 GREEN value IS 120 (47.27% from 255) = 50.42%

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

R = 49.16%
G = 50.42%
B = 0.42%

CMYK

 C value IS 0.02

 M value IS 0

 Y value IS 0.99

 K value IS 0.53

RGB Variations

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

Color information

#757801 (or 0x757801) is known color: Olive. HEX triplet: 75, 78 and 01. RGB value is (117,120,1). Sum of RGB (Red+Green+Blue) = 117+120+1=238 (31% of max value = 765). Red value is 117 (46.09% from 255 or 49.16% from 238); Green value is 120 (47.27% from 255 or 50.42% from 238); Blue value is 1 (0.78% from 255 or 0.42% from 238); Max value from RGB is 120 - color contains mainly: green. Hex color #757801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757801 is #8A87FE. Grayscale: #6A6A6A. Windows color (decimal): -9078783 or 96373. OLE color: 96373.

HSL color Cylindrical-coordinate representation of color #757801: hue angle of 61.51º degrees, saturation: 0.98, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #757801 is Cyan = 0.02, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.53.

Color convert

RGB 117 120 1 -
CMYK 0.02 0 0.99 0.53
HSL 61.51º 0.98% 0.24% -
HSV(B) 61.51º 0.99% 0.47% -
XYZ 14.06 17.22 2.61 -
YUV 105.54 69.01 136.18 -
System Red Green Blue C M Y K H S L
Decimal 117 120 1 0.02 0 0.99 0.53 61.51 0.98 0.24
Hex 75 78 1 2 0 63 35 3E 62 18
Octal 165 170 1 2 0 143 65 76 142 30
Binary 1110101 1111000 1 10 0 1100011 110101 111110 1100010 11000

Color Harmonies of #757801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757801

Black with #757801

Text Example


Text Example

White with #757801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757801; }

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

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

background-color css

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

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

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

border-color css

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

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

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