Html Css Color HEX #746805 Olive

📋 copy color: '#746805'

red 116 ◦ green 104 ◦ blue 5

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

Shades of Olive #746805

Tints of Olive #746805

RGB

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

 GREEN value IS 104 (41.02% from 255) = 46.22%

 BLUE value IS 5 (2.34% from 255) = 2.22%

R = 51.56%
G = 46.22%
B = 2.22%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#746805 (or 0x746805) is known color: Olive. HEX triplet: 74, 68 and 05. RGB value is (116,104,5). Sum of RGB (Red+Green+Blue) = 116+104+5=225 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.56% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 5 (2.34% from 255 or 2.22% from 225); Max value from RGB is 116 - color contains mainly: red. Hex color #746805 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746805 is #8B97FA. Grayscale: #606060. Windows color (decimal): -9148411 or 354420. OLE color: 354420.

HSL color Cylindrical-coordinate representation of color #746805: hue angle of 53.51º degrees, saturation: 0.92, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #746805 is Cyan = 0, Magento = 0.10, Yellow = 0.96 and Black (K on CMYK) = 0.55.

Color convert

RGB 116 104 5 -
CMYK 0 0.10 0.96 0.55
HSL 53.51º 0.92% 0.24% -
HSV(B) 53.51º 0.96% 0.45% -
XYZ 12.18 13.62 2.13 -
YUV 96.3 76.48 142.05 -
System Red Green Blue C M Y K H S L
Decimal 116 104 5 0 0.10 0.96 0.55 53.51 0.92 0.24
Hex 74 68 5 0 A 60 37 36 5C 18
Octal 164 150 5 0 12 140 67 66 134 30
Binary 1110100 1101000 101 0 1010 1100000 110111 110110 1011100 11000

Color Harmonies of #746805

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746805

Black with #746805

Text Example


Text Example

White with #746805

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746805; }

 p { color: rgb(116,104,5); }

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

background-color css

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

 a { background-color: rgb(116,104,5); }

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

border-color css

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

 span { border-color: rgb(116,104,5); }

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