Html Css Color HEX #746C01 Olive

📋 copy color: '#746C01'

red 116 ◦ green 108 ◦ blue 1

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

Shades of Olive #746C01

Tints of Olive #746C01

RGB

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

 GREEN value IS 108 (42.58% from 255) = 48%

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

R = 51.56%
G = 48%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.99

 K value IS 0.55

RGB Variations

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

Color information

#746C01 (or 0x746C01) is known color: Olive. HEX triplet: 74, 6C and 01. RGB value is (116,108,1). Sum of RGB (Red+Green+Blue) = 116+108+1=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 108 (42.58% from 255 or 48% from 225); Blue value is 1 (0.78% from 255 or 0.44% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #746C01 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746C01 is #8B93FE. Grayscale: #626262. Windows color (decimal): -9147391 or 93300. OLE color: 93300.

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

Color convert

RGB 116 108 1 -
CMYK 0 0.07 0.99 0.55
HSL 55.83º 0.98% 0.23% -
HSV(B) 55.83º 0.99% 0.45% -
XYZ 12.57 14.44 2.15 -
YUV 98.19 73.15 140.7 -
System Red Green Blue C M Y K H S L
Decimal 116 108 1 0 0.07 0.99 0.55 55.83 0.98 0.23
Hex 74 6C 1 0 7 63 37 38 62 17
Octal 164 154 1 0 7 143 67 70 142 27
Binary 1110100 1101100 1 0 111 1100011 110111 111000 1100010 10111

Color Harmonies of #746C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746C01

Black with #746C01

Text Example


Text Example

White with #746C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746C01; }

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

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

background-color css

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

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

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

border-color css

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

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

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