Html Css Color HEX #756401 Olive

📋 copy color: '#756401'

red 117 ◦ green 100 ◦ blue 1

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

Shades of Olive #756401

Tints of Olive #756401

RGB

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

 GREEN value IS 100 (39.45% from 255) = 45.87%

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

R = 53.67%
G = 45.87%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#756401 (or 0x756401) is known color: Olive. HEX triplet: 75, 64 and 01. RGB value is (117,100,1). Sum of RGB (Red+Green+Blue) = 117+100+1=218 (28% of max value = 765). Red value is 117 (46.09% from 255 or 53.67% from 218); Green value is 100 (39.45% from 255 or 45.87% from 218); Blue value is 1 (0.78% from 255 or 0.46% from 218); Max value from RGB is 117 - color contains mainly: red. Hex color #756401 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756401 is #8A9BFE. Grayscale: #5E5E5E. Windows color (decimal): -9083903 or 91253. OLE color: 91253.

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

Color convert

RGB 117 100 1 -
CMYK 0 0.15 0.99 0.54
HSL 51.21º 0.98% 0.23% -
HSV(B) 51.21º 0.99% 0.46% -
XYZ 11.9 12.9 1.89 -
YUV 93.8 75.63 144.55 -
System Red Green Blue C M Y K H S L
Decimal 117 100 1 0 0.15 0.99 0.54 51.21 0.98 0.23
Hex 75 64 1 0 F 63 36 33 62 17
Octal 165 144 1 0 17 143 66 63 142 27
Binary 1110101 1100100 1 0 1111 1100011 110110 110011 1100010 10111

Color Harmonies of #756401

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756401

Black with #756401

Text Example


Text Example

White with #756401

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756401; }

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

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

background-color css

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

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

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

border-color css

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

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

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