Html Css Color HEX #746806 Olive

📋 copy color: '#746806'

red 116 ◦ green 104 ◦ blue 6

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

Shades of Olive #746806

Tints of Olive #746806

RGB

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

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

 BLUE value IS 6 (2.73% from 255) = 2.65%

R = 51.33%
G = 46.02%
B = 2.65%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.95

 K value IS 0.55

RGB Variations

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

Color information

#746806 (or 0x746806) is known color: Olive. HEX triplet: 74, 68 and 06. RGB value is (116,104,6). Sum of RGB (Red+Green+Blue) = 116+104+6=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 104 (41.02% from 255 or 46.02% from 226); Blue value is 6 (2.73% from 255 or 2.65% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #746806 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746806 is #8B97F9. Grayscale: #606060. Windows color (decimal): -9148410 or 419956. OLE color: 419956.

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

Color convert

RGB 116 104 6 -
CMYK 0 0.10 0.95 0.55
HSL 53.45º 0.9% 0.24% -
HSV(B) 53.45º 0.95% 0.45% -
XYZ 12.19 13.63 2.16 -
YUV 96.42 76.98 141.97 -
System Red Green Blue C M Y K H S L
Decimal 116 104 6 0 0.10 0.95 0.55 53.45 0.9 0.24
Hex 74 68 6 0 A 5F 37 35 5A 18
Octal 164 150 6 0 12 137 67 65 132 30
Binary 1110100 1101000 110 0 1010 1011111 110111 110101 1011010 11000

Color Harmonies of #746806

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746806

Black with #746806

Text Example


Text Example

White with #746806

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746806; }

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

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

background-color css

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

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

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

border-color css

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

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

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