Html Css Color HEX #746807 Olive

📋 copy color: '#746807'

red 116 ◦ green 104 ◦ blue 7

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

Shades of Olive #746807

Tints of Olive #746807

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 3.08%

R = 51.1%
G = 45.81%
B = 3.08%

CMYK

 C value IS 0

 M value IS 0.10

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#746807 (or 0x746807) is known color: Olive. HEX triplet: 74, 68 and 07. RGB value is (116,104,7). Sum of RGB (Red+Green+Blue) = 116+104+7=227 (30% of max value = 765). Red value is 116 (45.70% from 255 or 51.10% from 227); Green value is 104 (41.02% from 255 or 45.81% from 227); Blue value is 7 (3.12% from 255 or 3.08% from 227); Max value from RGB is 116 - color contains mainly: red. Hex color #746807 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746807 is #8B97F8. Grayscale: #606060. Windows color (decimal): -9148409 or 485492. OLE color: 485492.

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

Color convert

RGB 116 104 7 -
CMYK 0 0.10 0.94 0.55
HSL 53.39º 0.89% 0.24% -
HSV(B) 53.39º 0.94% 0.45% -
XYZ 12.19 13.63 2.19 -
YUV 96.53 77.48 141.89 -
System Red Green Blue C M Y K H S L
Decimal 116 104 7 0 0.10 0.94 0.55 53.39 0.89 0.24
Hex 74 68 7 0 A 5E 37 35 59 18
Octal 164 150 7 0 12 136 67 65 131 30
Binary 1110100 1101000 111 0 1010 1011110 110111 110101 1011001 11000

Color Harmonies of #746807

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746807

Black with #746807

Text Example


Text Example

White with #746807

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746807; }

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

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

background-color css

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

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

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

border-color css

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

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

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