Html Css Color HEX #746904 Olive

📋 copy color: '#746904'

red 116 ◦ green 105 ◦ blue 4

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

Shades of Olive #746904

Tints of Olive #746904

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.67%

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

R = 51.56%
G = 46.67%
B = 1.78%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.97

 K value IS 0.55

RGB Variations

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

Color information

#746904 (or 0x746904) is known color: Olive. HEX triplet: 74, 69 and 04. RGB value is (116,105,4). Sum of RGB (Red+Green+Blue) = 116+105+4=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 4 (1.95% from 255 or 1.78% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #746904 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746904 is #8B96FB. Grayscale: #616161. Windows color (decimal): -9148156 or 289140. OLE color: 289140.

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

Color convert

RGB 116 105 4 -
CMYK 0 0.09 0.97 0.55
HSL 54.11º 0.93% 0.24% -
HSV(B) 54.11º 0.97% 0.45% -
XYZ 12.28 13.82 2.14 -
YUV 96.78 75.64 141.71 -
System Red Green Blue C M Y K H S L
Decimal 116 105 4 0 0.09 0.97 0.55 54.11 0.93 0.24
Hex 74 69 4 0 9 61 37 36 5D 18
Octal 164 151 4 0 11 141 67 66 135 30
Binary 1110100 1101001 100 0 1001 1100001 110111 110110 1011101 11000

Color Harmonies of #746904

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746904

Black with #746904

Text Example


Text Example

White with #746904

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746904; }

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

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

background-color css

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

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

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

border-color css

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

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

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