Html Css Color HEX #746707 Olive

📋 copy color: '#746707'

red 116 ◦ green 103 ◦ blue 7

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

Shades of Olive #746707

Tints of Olive #746707

RGB

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

 GREEN value IS 103 (40.63% from 255) = 45.58%

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

R = 51.33%
G = 45.58%
B = 3.1%

CMYK

 C value IS 0

 M value IS 0.11

 Y value IS 0.94

 K value IS 0.55

RGB Variations

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

Color information

#746707 (or 0x746707) is known color: Olive. HEX triplet: 74, 67 and 07. RGB value is (116,103,7). Sum of RGB (Red+Green+Blue) = 116+103+7=226 (29% of max value = 765). Red value is 116 (45.70% from 255 or 51.33% from 226); Green value is 103 (40.62% from 255 or 45.58% from 226); Blue value is 7 (3.12% from 255 or 3.10% from 226); Max value from RGB is 116 - color contains mainly: red. Hex color #746707 is not a web safe color. Web safe color analog (approx): #666600. Inversed color of #746707 is #8B98F8. Grayscale: #606060. Windows color (decimal): -9148665 or 485236. OLE color: 485236.

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

Color convert

RGB 116 103 7 -
CMYK 0 0.11 0.94 0.55
HSL 52.84º 0.89% 0.24% -
HSV(B) 52.84º 0.94% 0.45% -
XYZ 12.09 13.43 2.16 -
YUV 95.94 77.81 142.31 -
System Red Green Blue C M Y K H S L
Decimal 116 103 7 0 0.11 0.94 0.55 52.84 0.89 0.24
Hex 74 67 7 0 B 5E 37 35 59 18
Octal 164 147 7 0 13 136 67 65 131 30
Binary 1110100 1100111 111 0 1011 1011110 110111 110101 1011001 11000

Color Harmonies of #746707

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #746707

Black with #746707

Text Example


Text Example

White with #746707

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #746707; }

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

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

background-color css

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

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

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

border-color css

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

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

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