Html Css Color HEX #756701 Olive

📋 copy color: '#756701'

red 117 ◦ green 103 ◦ blue 1

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

Shades of Olive #756701

Tints of Olive #756701

RGB

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

 GREEN value IS 103 (40.63% from 255) = 46.61%

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

R = 52.94%
G = 46.61%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.12

 Y value IS 0.99

 K value IS 0.54

RGB Variations

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

Color information

#756701 (or 0x756701) is known color: Olive. HEX triplet: 75, 67 and 01. RGB value is (117,103,1). Sum of RGB (Red+Green+Blue) = 117+103+1=221 (29% of max value = 765). Red value is 117 (46.09% from 255 or 52.94% from 221); Green value is 103 (40.62% from 255 or 46.61% from 221); Blue value is 1 (0.78% from 255 or 0.45% from 221); Max value from RGB is 117 - color contains mainly: red. Hex color #756701 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #756701 is #8A98FE. Grayscale: #5F5F5F. Windows color (decimal): -9083135 or 92021. OLE color: 92021.

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

Color convert

RGB 117 103 1 -
CMYK 0 0.12 0.99 0.54
HSL 52.76º 0.98% 0.23% -
HSV(B) 52.76º 0.99% 0.46% -
XYZ 12.19 13.48 1.99 -
YUV 95.56 74.64 143.29 -
System Red Green Blue C M Y K H S L
Decimal 117 103 1 0 0.12 0.99 0.54 52.76 0.98 0.23
Hex 75 67 1 0 C 63 36 35 62 17
Octal 165 147 1 0 14 143 66 65 142 27
Binary 1110101 1100111 1 0 1100 1100011 110110 110101 1100010 10111

Color Harmonies of #756701

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #756701

Black with #756701

Text Example


Text Example

White with #756701

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #756701; }

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

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

background-color css

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

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

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

border-color css

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

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

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