Html Css Color HEX #746A05 Olive

📋 copy color: '#746A05'

red 116 ◦ green 106 ◦ blue 5

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

Shades of Olive #746A05

Tints of Olive #746A05

RGB

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

 GREEN value IS 106 (41.8% from 255) = 46.7%

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

R = 51.1%
G = 46.7%
B = 2.2%

CMYK

 C value IS 0

 M value IS 0.09

 Y value IS 0.96

 K value IS 0.55

RGB Variations

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

Color information

#746A05 (or 0x746A05) is known color: Olive. HEX triplet: 74, 6A and 05. RGB value is (116,106,5). Sum of RGB (Red+Green+Blue) = 116+106+5=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 106 (41.80% from 255 or 46.70% from 227); Blue value is 5 (2.34% from 255 or 2.20% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #746A05 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746A05 is #8B95FA. Grayscale: #616161. Windows color (decimal): -9147899 or 354932. OLE color: 354932.

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

Color convert

RGB 116 106 5 -
CMYK 0 0.09 0.96 0.55
HSL 54.59º 0.92% 0.24% -
HSV(B) 54.59º 0.96% 0.45% -
XYZ 12.38 14.03 2.2 -
YUV 97.48 75.81 141.21 -
System Red Green Blue C M Y K H S L
Decimal 116 106 5 0 0.09 0.96 0.55 54.59 0.92 0.24
Hex 74 6A 5 0 9 60 37 37 5C 18
Octal 164 152 5 0 11 140 67 67 134 30
Binary 1110100 1101010 101 0 1001 1100000 110111 110111 1011100 11000

Color Harmonies of #746A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746A05

Black with #746A05

Text Example


Text Example

White with #746A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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