Html Css Color HEX #746E04 Olive

📋 copy color: '#746E04'

red 116 ◦ green 110 ◦ blue 4

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

Shades of Olive #746E04

Tints of Olive #746E04

RGB

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

 GREEN value IS 110 (43.36% from 255) = 47.83%

 BLUE value IS 4 (1.95% from 255) = 1.74%

R = 50.43%
G = 47.83%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.05

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#746E04 (or 0x746E04) is known color: Olive. HEX triplet: 74, 6E and 04. RGB value is (116,110,4). Sum of RGB (Red+Green+Blue) = 116+110+4=230 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.43% from 230); Green value is 110 (43.36% from 255 or 47.83% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 116 - color contains mainly: red. Hex color #746E04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746E04 is #8B91FB. Grayscale: #646464. Windows color (decimal): -9146876 or 290420. OLE color: 290420.

HSL color Cylindrical-coordinate representation of color #746E04: hue angle of 56.79º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #746E04 is Cyan = 0, Magento = 0.05, Yellow = 0.97 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 110 4 -
CMYK 0 0.05 0.97 0.55
HSL 56.79º 0.93% 0.24% -
HSV(B) 56.79º 0.97% 0.45% -
XYZ 12.8 14.87 2.31 -
YUV 99.71 73.99 139.62 -
System Red Green Blue C M Y K H S L
Decimal 116 110 4 0 0.05 0.97 0.55 56.79 0.93 0.24
Hex 74 6E 4 0 5 61 37 39 5D 18
Octal 164 156 4 0 5 141 67 71 135 30
Binary 1110100 1101110 100 0 101 1100001 110111 111001 1011101 11000

Color Harmonies of #746E04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746E04

Black with #746E04

Text Example


Text Example

White with #746E04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(116,110,4); }

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

background-color css

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

 a { background-color: rgb(116,110,4); }

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

border-color css

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

 span { border-color: rgb(116,110,4); }

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