Html Css Color HEX #756201 Olive

📋 copy color: '#756201'

red 117 ◦ green 98 ◦ blue 1

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

Shades of Olive #756201

Tints of Olive #756201

RGB

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

 GREEN value IS 98 (38.67% from 255) = 45.37%

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

R = 54.17%
G = 45.37%
B = 0.46%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#756201 (or 0x756201) is known color: Olive. HEX triplet: 75, 62 and 01. RGB value is (117,98,1). Sum of RGB (Red+Green+Blue) = 117+98+1=216 (28% of max value = 765). Red value is 117 (46.09% from 255 or 54.17% from 216); Green value is 98 (38.67% from 255 or 45.37% from 216); Blue value is 1 (0.78% from 255 or 0.46% from 216); Max value from RGB is 117 - color contains mainly: red. Hex color #756201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756201 is #8A9DFE. Grayscale: #5D5D5D. Windows color (decimal): -9084415 or 90741. OLE color: 90741.

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

Color convert

RGB 117 98 1 -
CMYK 0 0.16 0.99 0.54
HSL 50.17º 0.98% 0.23% -
HSV(B) 50.17º 0.99% 0.46% -
XYZ 11.71 12.52 1.83 -
YUV 92.62 76.29 145.39 -
System Red Green Blue C M Y K H S L
Decimal 117 98 1 0 0.16 0.99 0.54 50.17 0.98 0.23
Hex 75 62 1 0 10 63 36 32 62 17
Octal 165 142 1 0 20 143 66 62 142 27
Binary 1110101 1100010 1 0 10000 1100011 110110 110010 1100010 10111

Color Harmonies of #756201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756201

Black with #756201

Text Example


Text Example

White with #756201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756201; }

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

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

background-color css

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

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

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

border-color css

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

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

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