Html Css Color HEX #746201 Olive

📋 copy color: '#746201'

red 116 ◦ green 98 ◦ blue 1

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

Shades of Olive #746201

Tints of Olive #746201

RGB

 RED value IS 116 (45.7% from 255) = 53.95%

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

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

R = 53.95%
G = 45.58%
B = 0.47%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#746201 (or 0x746201) is known color: Olive. HEX triplet: 74, 62 and 01. RGB value is (116,98,1). Sum of RGB (Red+Green+Blue) = 116+98+1=215 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.95% from 215); Green value is 98 (38.67% from 255 or 45.58% from 215); Blue value is 1 (0.78% from 255 or 0.47% from 215); Max value from RGB is 116 - color contains mainly: red. Hex color #746201 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746201 is #8B9DFE. Grayscale: #5C5C5C. Windows color (decimal): -9149951 or 90740. OLE color: 90740.

HSL color Cylindrical-coordinate representation of color #746201: hue angle of 50.61º degrees, saturation: 0.98, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #746201 is Cyan = 0, Magento = 0.16, Yellow = 0.99 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 98 1 -
CMYK 0 0.16 0.99 0.55
HSL 50.61º 0.98% 0.23% -
HSV(B) 50.61º 0.99% 0.45% -
XYZ 11.58 12.45 1.82 -
YUV 92.32 76.46 144.89 -
System Red Green Blue C M Y K H S L
Decimal 116 98 1 0 0.16 0.99 0.55 50.61 0.98 0.23
Hex 74 62 1 0 10 63 37 33 62 17
Octal 164 142 1 0 20 143 67 63 142 27
Binary 1110100 1100010 1 0 10000 1100011 110111 110011 1100010 10111

Color Harmonies of #746201

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746201

Black with #746201

Text Example


Text Example

White with #746201

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746201; }

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

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

background-color css

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

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

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

border-color css

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

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

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