Html Css Color HEX #746C04 Olive

📋 copy color: '#746C04'

red 116 ◦ green 108 ◦ blue 4

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

Shades of Olive #746C04

Tints of Olive #746C04

RGB

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

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

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

R = 50.88%
G = 47.37%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.07

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#746C04 (or 0x746C04) is known color: Olive. HEX triplet: 74, 6C and 04. RGB value is (116,108,4). Sum of RGB (Red+Green+Blue) = 116+108+4=228 (30% of max value = 765). Red value is 116 (45.70% from 255 or 50.88% from 228); Green value is 108 (42.58% from 255 or 47.37% from 228); Blue value is 4 (1.95% from 255 or 1.75% from 228); Max value from RGB is 116 - color contains mainly: red. Hex color #746C04 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746C04 is #8B93FB. Grayscale: #626262. Windows color (decimal): -9147388 or 289908. OLE color: 289908.

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

Color convert

RGB 116 108 4 -
CMYK 0 0.07 0.97 0.55
HSL 55.71º 0.93% 0.24% -
HSV(B) 55.71º 0.97% 0.45% -
XYZ 12.59 14.45 2.24 -
YUV 98.54 74.65 140.46 -
System Red Green Blue C M Y K H S L
Decimal 116 108 4 0 0.07 0.97 0.55 55.71 0.93 0.24
Hex 74 6C 4 0 7 61 37 38 5D 18
Octal 164 154 4 0 7 141 67 70 135 30
Binary 1110100 1101100 100 0 111 1100001 110111 111000 1011101 11000

Color Harmonies of #746C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746C04

Black with #746C04

Text Example


Text Example

White with #746C04

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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