Html Css Color HEX #746303 Olive

📋 copy color: '#746303'

red 116 ◦ green 99 ◦ blue 3

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

Shades of Olive #746303

Tints of Olive #746303

RGB

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

 GREEN value IS 99 (39.06% from 255) = 45.41%

 BLUE value IS 3 (1.56% from 255) = 1.38%

R = 53.21%
G = 45.41%
B = 1.38%

CMYK

 C value IS 0

 M value IS 0.15

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#746303 (or 0x746303) is known color: Olive. HEX triplet: 74, 63 and 03. RGB value is (116,99,3). Sum of RGB (Red+Green+Blue) = 116+99+3=218 (28% of max value = 765). Red value is 116 (45.70% from 255 or 53.21% from 218); Green value is 99 (39.06% from 255 or 45.41% from 218); Blue value is 3 (1.56% from 255 or 1.38% from 218); Max value from RGB is 116 - color contains mainly: red. Hex color #746303 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746303 is #8B9CFC. Grayscale: #5D5D5D. Windows color (decimal): -9149693 or 222068. OLE color: 222068.

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

Color convert

RGB 116 99 3 -
CMYK 0 0.15 0.97 0.55
HSL 50.97º 0.95% 0.23% -
HSV(B) 50.97º 0.97% 0.45% -
XYZ 11.68 12.64 1.91 -
YUV 93.14 77.13 144.31 -
System Red Green Blue C M Y K H S L
Decimal 116 99 3 0 0.15 0.97 0.55 50.97 0.95 0.23
Hex 74 63 3 0 F 61 37 33 5F 17
Octal 164 143 3 0 17 141 67 63 137 27
Binary 1110100 1100011 11 0 1111 1100001 110111 110011 1011111 10111

Color Harmonies of #746303

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746303

Black with #746303

Text Example


Text Example

White with #746303

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746303; }

 p { color: rgb(116,99,3); }

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

background-color css

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

 a { background-color: rgb(116,99,3); }

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

border-color css

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

 span { border-color: rgb(116,99,3); }

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