Html Css Color HEX #757101 Olive

📋 copy color: '#757101'

red 117 ◦ green 113 ◦ blue 1

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

Shades of Olive #757101

Tints of Olive #757101

RGB

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

 GREEN value IS 113 (44.53% from 255) = 48.92%

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

R = 50.65%
G = 48.92%
B = 0.43%

CMYK

 C value IS 0

 M value IS 0.03

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#757101 (or 0x757101) is known color: Olive. HEX triplet: 75, 71 and 01. RGB value is (117,113,1). Sum of RGB (Red+Green+Blue) = 117+113+1=231 (30% of max value = 765). Red value is 117 (46.09% from 255 or 50.65% from 231); Green value is 113 (44.53% from 255 or 48.92% from 231); Blue value is 1 (0.78% from 255 or 0.43% from 231); Max value from RGB is 117 - color contains mainly: red. Hex color #757101 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #757101 is #8A8EFE. Grayscale: #656565. Windows color (decimal): -9080575 or 94581. OLE color: 94581.

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

Color convert

RGB 117 113 1 -
CMYK 0 0.03 0.99 0.54
HSL 57.93º 0.98% 0.23% -
HSV(B) 57.93º 0.99% 0.46% -
XYZ 13.25 15.59 2.34 -
YUV 101.43 71.33 139.11 -
System Red Green Blue C M Y K H S L
Decimal 117 113 1 0 0.03 0.99 0.54 57.93 0.98 0.23
Hex 75 71 1 0 3 63 36 3A 62 17
Octal 165 161 1 0 3 143 66 72 142 27
Binary 1110101 1110001 1 0 11 1100011 110110 111010 1100010 10111

Color Harmonies of #757101

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #757101

Black with #757101

Text Example


Text Example

White with #757101

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #757101; }

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

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

background-color css

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

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

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

border-color css

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

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

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