Html Css Color HEX #746801 Olive

📋 copy color: '#746801'

red 116 ◦ green 104 ◦ blue 1

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

Shades of Olive #746801

Tints of Olive #746801

RGB

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

 GREEN value IS 104 (41.02% from 255) = 47.06%

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

R = 52.49%
G = 47.06%
B = 0.45%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#746801 (or 0x746801) is known color: Olive. HEX triplet: 74, 68 and 01. RGB value is (116,104,1). Sum of RGB (Red+Green+Blue) = 116+104+1=221 (29% of max value = 765). Red value is 116 (45.70% from 255 or 52.49% from 221); Green value is 104 (41.02% from 255 or 47.06% from 221); Blue value is 1 (0.78% from 255 or 0.45% from 221); Max value from RGB is 116 - color contains mainly: red. Hex color #746801 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746801 is #8B97FE. Grayscale: #606060. Windows color (decimal): -9148415 or 92276. OLE color: 92276.

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

Color convert

RGB 116 104 1 -
CMYK 0 0.10 0.99 0.55
HSL 53.74º 0.98% 0.23% -
HSV(B) 53.74º 0.99% 0.45% -
XYZ 12.16 13.62 2.02 -
YUV 95.85 74.48 142.38 -
System Red Green Blue C M Y K H S L
Decimal 116 104 1 0 0.10 0.99 0.55 53.74 0.98 0.23
Hex 74 68 1 0 A 63 37 36 62 17
Octal 164 150 1 0 12 143 67 66 142 27
Binary 1110100 1101000 1 0 1010 1100011 110111 110110 1100010 10111

Color Harmonies of #746801

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746801

Black with #746801

Text Example


Text Example

White with #746801

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746801; }

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

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

background-color css

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

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

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

border-color css

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

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

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