Html Css Color HEX #746200 Olive

📋 copy color: '#746200'

red 116 ◦ green 98 ◦ blue 0

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

Shades of Olive #746200

Tints of Olive #746200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 54.21%
G = 45.79%
B = 0%

CMYK

 C value IS 0

 M value IS 0.16

 Y value IS 1

 K value IS 0.55

RGB Variations

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

Color information

#746200 (or 0x746200) is known color: Olive. HEX triplet: 74, 62 and 00. RGB value is (116,98,0). Sum of RGB (Red+Green+Blue) = 116+98+0=214 (28% of max value = 765). Red value is 116 (45.70% from 255 or 54.21% from 214); Green value is 98 (38.67% from 255 or 45.79% from 214); Blue value is 0 (0.39% from 255 or 0% from 214); Max value from RGB is 116 - color contains mainly: red. Hex color #746200 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746200 is #8B9DFF. Grayscale: #5C5C5C. Windows color (decimal): -9149952 or 25204. OLE color: 25204.

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

Color convert

RGB 116 98 0 -
CMYK 0 0.16 1 0.55
HSL 50.69º 1% 0.23% -
HSV(B) 50.69º 1% 0.45% -
XYZ 11.57 12.45 1.79 -
YUV 92.21 75.96 144.97 -
System Red Green Blue C M Y K H S L
Decimal 116 98 0 0 0.16 1 0.55 50.69 1 0.23
Hex 74 62 0 0 10 64 37 33 64 17
Octal 164 142 0 0 20 144 67 63 144 27
Binary 1110100 1100010 0 0 10000 1100100 110111 110011 1100100 10111

Color Harmonies of #746200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746200

Black with #746200

Text Example


Text Example

White with #746200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746200; }

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

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

background-color css

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

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

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

border-color css

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

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

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